Skip to content

Commit

Permalink
fix path of utils ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hanrui1sensetime committed Jun 28, 2022
1 parent 19e77e6 commit 2f9feea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/test_java_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def main():
task = params['task']
configs = params['configs']
java_demo_cmd = [
'java', '-cp', 'csrc/mmdeploy/apis/java:./',
'java', '-cp', 'csrc/mmdeploy/apis/java:demo/java',
'demo/java/' + task + '.java', 'cpu'
]
for config in configs:
Expand Down

0 comments on commit 2f9feea

Please sign in to comment.