more consistent DRF installation in pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-02-20 16:58:55 -05:00
parent 9bdc358e59
commit 880fcb5bcf

View File

@@ -23,6 +23,7 @@ steps:
environment: environment:
HEADLESS: 1 HEADLESS: 1
commands: commands:
- pip install -r requirements.txt
- cd ./src - cd ./src
- python manage.py collectstatic --noinput - python manage.py collectstatic --noinput
- python manage.py test functional_tests - python manage.py test functional_tests