There was an error while loading. Please reload this page.
1 parent 4662d39 commit b659e27Copy full SHA for b659e27
.github/workflows/pythonpackage.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install cookiecutter flake8 pytest mypy pytest-cov kamidana
+ pip install cookiecutter flake8 black isort pytest mypy pytest-cov kamidana
30
make create-project-no-input PROJECT_NAME=dummy
31
cd dummy && pip install .
32
- name: CI
0 commit comments