Skip to content

Commit

Permalink
Update CI recipe to only run pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
kocielnik authored and Patryk Kocielnik committed Jul 26, 2024
1 parent 289b164 commit 19ab28e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
pip install pytest==8.2.1
pip install -e .
- name: Test with pytest
run: |
python run_all_tests.py && pytest
run: pytest

0 comments on commit 19ab28e

Please sign in to comment.