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