From 880fcb5bcfdd8b8b15e3bb59c6e841ae0a797094 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Fri, 20 Feb 2026 16:58:55 -0500 Subject: [PATCH] more consistent DRF installation in pipeline --- .woodpecker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index fb9fd3b..eca9ddf 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -23,6 +23,7 @@ steps: environment: HEADLESS: 1 commands: + - pip install -r requirements.txt - cd ./src - python manage.py collectstatic --noinput - python manage.py test functional_tests