Run Flake8 in CI
This commit is contained in:
3
.github/workflows/pytest.yml
vendored
3
.github/workflows/pytest.yml
vendored
@@ -23,6 +23,9 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements-test.txt
|
||||
- name: Run Flake8
|
||||
run: |
|
||||
flake8 .
|
||||
- name: Test with pytest
|
||||
# Tests are intentionally covered to detect broken tests.
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user