Try specifying Python version even inside venv

This commit is contained in:
Elijah 2024-01-14 19:33:31 +01:00
parent fde3a55586
commit db87a6485a
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@ jobs:
- name: Run tests
run: |
source venv/bin/activate
python manage.py test
python3 manage.py test