Skip to content

Commit 19fe6ec

Browse files
committed
fix ci error(pipx run HwCodecDetect)
1 parent 35bc0ce commit 19fe6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Run tests
100100
run: |
101-
pipx run python -m src.HwCodecDetect.run_tests --encoder-count 8 --decoder-count 8
101+
pipx run HwCodecDetect --encoder-count 8 --decoder-count 8
102102
working-directory: HwCodecDetect
103103

104104
test-on-macos:

0 commit comments

Comments
 (0)