From b444a30be936b0dadf887fb7cd56786e9db0301d Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Fri, 13 Sep 2024 08:05:36 -0400 Subject: [PATCH] install prod reqs --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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