mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 22:44:54 +03:00
Fixed issue with the url for production.txt
This commit is contained in:
commit
2a37ee397f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -126,7 +126,7 @@ jobs:
|
|||
cache: pip
|
||||
cache-dependency-path: |
|
||||
requirements.txt
|
||||
{{cookiecutter.project_slug}}/requirements/prod.txt
|
||||
{{cookiecutter.project_slug}}/requirements/production.txt
|
||||
- name: Install dependencies
|
||||
run: pip install -r {{cookiecutter.project_slug}}/requirements/prod.txt
|
||||
- name: Production check
|
||||
|
|
Loading…
Reference in New Issue
Block a user