Skip to content

Commit 7ddfc4f

Browse files
committed
Fix dependencies in github action
1 parent 7ee7690 commit 7ddfc4f

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
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install cookiecutter flake8 pytest mypy pytest-cov
29+
pip install cookiecutter flake8 pytest mypy pytest-cov kamidana
3030
make create-project-no-input PROJECT_NAME=dummy
3131
cd dummy && pip install .
3232
- name: CI

0 commit comments

Comments
 (0)