diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 4761c61dd..3d9f61e6b 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -23,7 +23,7 @@ jobs: - name: Install Python dependencies run: | pip install -U pip setuptools wheel - pip install -r dev-requirements.txt + pip install -r requirements.txt -r prod-requirements.txt - name: Run Tests run: | DJANGO_SETTINGS_MODULE=pydotorg.settings.static python manage.py collectstatic --noinput