Skip to content

Commit e3cdc1e

Browse files
committed
Fix ci
1 parent 7872551 commit e3cdc1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ 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+
make create-project-no-input PROJECT_NAME=dummy
31+
cd dummy && pip install .
3132
- name: CI
3233
run: |
33-
make create-project-no-input && make ci
34+
make ci

0 commit comments

Comments
 (0)