We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05df5e1 commit b444a30Copy full SHA for b444a30
.github/workflows/static.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Python dependencies
24
run: |
25
pip install -U pip setuptools wheel
26
- pip install -r dev-requirements.txt
+ pip install -r requirements.txt -r prod-requirements.txt
27
- name: Run Tests
28
29
DJANGO_SETTINGS_MODULE=pydotorg.settings.static python manage.py collectstatic --noinput
0 commit comments