Skip to content

Commit

Permalink
Fix PYTHONPATH issues during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abhahn committed Apr 22, 2024
1 parent b4282d5 commit c4cb05e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest
export PYTHONPATH=$(cwd)
pytest -v --show-capture=stdout

0 comments on commit c4cb05e

Please sign in to comment.