Skip to content

Commit f03bd90

Browse files
committed
fix: switch ci job to pytest
1 parent 55258df commit f03bd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/inference-mock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Run Unit Tests
3333
working-directory: actions/inference-mock
3434
run: |
35-
python -m unittest test/test.py
35+
pytest test/test.py

0 commit comments

Comments
 (0)