Fix action

This commit is contained in:
c-bata
2021-04-10 05:02:27 +09:00
parent e392644087
commit e05ea5426a
+4 -1
View File
@@ -19,6 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --progress-bar off --upgrade pip setuptools
pip install --progress-bar off .
pip install --progress-bar off flake8 black isort mypy
- run: flake8 . --show-source
- run: black --check --diff .
@@ -37,5 +38,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install dependencies
run: pip install --progress-bar off .
run: |
python -m pip install --progress-bar off --upgrade pip setuptools
pip install --progress-bar off .
- run: python -m unittest