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: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
cp config.example.py config.py
|
||||
- name: Run Tests
|
||||
run: |
|
||||
python manage.py test
|
||||
|
|
Loading…
Reference in a new issue