diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e906d6cc2..ee171f46e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,6 +128,6 @@ jobs: requirements.txt {{cookiecutter.project_slug}}/requirements/production.txt - name: Install dependencies - run: pip install -r {{cookiecutter.project_slug}}/requirements/prod.txt + run: pip install -r {{cookiecutter.project_slug}}/requirements/production.txt - name: Production check run: python manage.py check --deploy \ No newline at end of file