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 d71ae10 commit 6f4a9ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ jobs:
working-directory: ./src/python
run: |
source .venv/bin/activate
pytest .
pytest tests/
pytest examples/

0 comments on commit 6f4a9ef

Please sign in to comment.