Skip to content

Commit b444a30

Browse files
committed
install prod reqs
1 parent 05df5e1 commit b444a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Python dependencies
2424
run: |
2525
pip install -U pip setuptools wheel
26-
pip install -r dev-requirements.txt
26+
pip install -r requirements.txt -r prod-requirements.txt
2727
- name: Run Tests
2828
run: |
2929
DJANGO_SETTINGS_MODULE=pydotorg.settings.static python manage.py collectstatic --noinput

0 commit comments

Comments
 (0)