Skip to content

Commit

Permalink
run with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 2, 2024
1 parent 1f8b605 commit fee1b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ jobs:
- run: python3 -m pip install pytest -c requirements.txt
working-directory: test/

- run: python3 test.py
- run: python3 -m pytest test.py
working-directory: test/mrts

test-ee:
Expand Down

0 comments on commit fee1b12

Please sign in to comment.