Add subprocess.run fix
This commit is contained in:
parent
db87a6485a
commit
8ef377a611
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue