There was an error while loading. Please reload this page.
1 parent c66c332 commit 7872551Copy full SHA for 7872551
.github/workflows/pythonpackage.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
pip install cookiecutter flake8 pytest mypy
30
- cd \{\{\ cookiecutter.project_slug\ \}\}/ pip install .
+ cd \{\{\ cookiecutter.project_slug\ \}\}/ && pip install .
31
- name: CI
32
33
make create-project-no-input && make ci
0 commit comments