Skip to content

Commit 7872551

Browse files
committed
Fix ci
1 parent c66c332 commit 7872551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install cookiecutter flake8 pytest mypy
30-
cd \{\{\ cookiecutter.project_slug\ \}\}/ pip install .
30+
cd \{\{\ cookiecutter.project_slug\ \}\}/ && pip install .
3131
- name: CI
3232
run: |
3333
make create-project-no-input && make ci

0 commit comments

Comments
 (0)