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