mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-04 14:52:11 +00:00
Install requirements for tests
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user