Skip to content

Commit

Permalink
chaging from poetry to just pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Apr 1, 2024
1 parent 48480d3 commit a8373ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:

- name: Test with pytest
run: |
python3 -m poetry run pytest --cov
cd ./tests
pytest --cov

0 comments on commit a8373ba

Please sign in to comment.