@@ -19,7 +19,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install poetry flake8 mypy types-pillow
|
pip install poetry flake8 mypy types-pillow
|
||||||
poetry install --with main,test
|
poetry install
|
||||||
- name: PEP8 Check
|
- name: PEP8 Check
|
||||||
run: flake8 ./src --benchmark
|
run: flake8 ./src --benchmark
|
||||||
- name: Type Check
|
- name: Type Check
|
||||||
|
|||||||
Reference in New Issue
Block a user