Skip to content

Commit

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

- name: Test with pytest
run: pytest --cov

#python3 -m poetry run pytest --cov
run: python -m poetry run pytest --cov

0 comments on commit a2cee1e

Please sign in to comment.