correcting python workflow
This commit is contained in:
parent
e61ed784d8
commit
c11340e0e9
1
.github/workflows/django.yml
vendored
1
.github/workflows/django.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
cp config.example.py config.py
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
python manage.py test
|
python manage.py test
|
||||||
|
|
Loading…
Reference in a new issue