Skip to content

Commit 064fdd2

Browse files
committed
fix workflow typo
1 parent c600d3a commit 064fdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
python -m venv .venv2
5858
source .venv2/bin/activate
59-
pip install -r {{cookiecutter.project_name}}/template_minimal/requirements-dev.txt
59+
pip install -r {{cookiecutter.project_name}}/template_fastapi_users/requirements-dev.txt
6060
pip install cookiecutter
6161
- name: Lint with flake8 minimal project
6262
run: |

0 commit comments

Comments
 (0)