Add subprocess.run fix

This commit is contained in:
Elijah 2024-01-14 19:38:22 +01:00
parent db87a6485a
commit 8ef377a611
1 changed files with 2 additions and 0 deletions

View File

@ -45,5 +45,7 @@ jobs:
- name: Run tests
run: |
source venv/bin/activate
# https://stackoverflow.com/questions/61747698/django-error-when-running-server-locally-attributeerror-list-object-has-no
pip uninstall subprocess.run
python3 manage.py test