Skip to content

Commit

Permalink
try updating pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jul 7, 2024
1 parent 7270a9a commit 67bc9d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
run: |
pip install -r requirements.txt
pip install pytest pytest-asyncio
- name: Add project root to PYTHONPATH
run: echo 'PYTHONPATH=$PYTHONPATH:$(pwd)' >> $GITHUB_ENV
- name: run pytests
run: pytest -sv

0 comments on commit 67bc9d3

Please sign in to comment.