Try specifying Python version even inside venv
This commit is contained in:
parent
fde3a55586
commit
db87a6485a
|
@ -45,5 +45,5 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
python manage.py test
|
||||
python3 manage.py test
|
||||
|
||||
|
|
Loading…
Reference in New Issue