Skip to content

Commit

Permalink
updating to just run pytest --cov
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Jan 31, 2024
1 parent d9758d8 commit b02c0ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
run: python -m poetry install

- name: Test with pytest
run: |
python3 -m poetry run pytest --cov
run: pytest --cov

#python3 -m poetry run pytest --cov

0 comments on commit b02c0ec

Please sign in to comment.