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