Skip to content

Commit

Permalink
github actions add PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Aug 9, 2022
1 parent eba927b commit 10986d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
echo "$(python --version) / Django $(django-admin --version)"
export DJANGO_SETTINGS_MODULE=tests.settings
export PYTHONPATH=.
coverage run --source=avatar `which django-admin` test tests
coverage report
coverage xml
Expand Down

0 comments on commit 10986d7

Please sign in to comment.