mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Install requirements for tests
This commit is contained in:
parent
623c5e22ae
commit
4509ee5313
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -18,6 +18,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install django
|
pip install -r requirements.txt
|
||||||
- name: Test with django test
|
- name: Test with django test
|
||||||
run: python manage.py test
|
run: python manage.py test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user