We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55258df commit f03bd90Copy full SHA for f03bd90
.github/workflows/inference-mock.yml
@@ -32,4 +32,4 @@ jobs:
32
- name: Run Unit Tests
33
working-directory: actions/inference-mock
34
run: |
35
- python -m unittest test/test.py
+ pytest test/test.py
0 commit comments