Skip to content

Commit

Permalink
Slight error found.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Qaisar committed Oct 29, 2023
2 parents 2a37ee3 + 1da1c8a commit 7b9e8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b9e8a6

Please sign in to comment.