Skip to content

Commit

Permalink
virtualenv activated before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo authored Apr 9, 2024
1 parent 54483cf commit 0fde502
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Activate virtual environment
run: source ${{ env.pythonLocation }}/bin/activate
- name: Check installed packages
run: pip list
- name: Test with Django's test framework
run: python demoproject/manage.py test

0 comments on commit 0fde502

Please sign in to comment.