Skip to content

Commit

Permalink
ci: fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendev committed Nov 15, 2023
1 parent 1368b0e commit d71ae10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ jobs:
working-directory: ./src/python
run: |
source .venv/bin/activate
pytest tests/
coverage report
pytest .

0 comments on commit d71ae10

Please sign in to comment.