We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c600d3a commit 064fdd2Copy full SHA for 064fdd2
.github/workflows/tests.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
python -m venv .venv2
58
source .venv2/bin/activate
59
- pip install -r {{cookiecutter.project_name}}/template_minimal/requirements-dev.txt
+ pip install -r {{cookiecutter.project_name}}/template_fastapi_users/requirements-dev.txt
60
pip install cookiecutter
61
- name: Lint with flake8 minimal project
62
0 commit comments