Skip to content

Commit

Permalink
Fix pytest workflow command
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-fazil committed Aug 21, 2024
1 parent bea88f2 commit 3110151
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ jobs:
pip3 install -e body/
- name: Run tests
run: |
python -m pip install pytest
pytest body/test/test_foo.py
pytest-3 body/test/test_foo.py

0 comments on commit 3110151

Please sign in to comment.