Fix code depts
This commit is contained in:
2
.github/workflows/python-check.yml
vendored
2
.github/workflows/python-check.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r requirements.txt
|
||||
python -m pip install flake8 pylint black mypy
|
||||
python -m pip install -r requirements_dev.txt
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
|
Reference in New Issue
Block a user