forked from github.com/blag
run tests before linter to see what's going on here
This commit is contained in:
4
.github/workflows/python-package.yaml
vendored
4
.github/workflows/python-package.yaml
vendored
@@ -36,6 +36,10 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements-dev.txt
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest
|
||||
|
||||
- name: Run linter
|
||||
run: |
|
||||
flake8 -vv
|
||||
|
||||
Reference in New Issue
Block a user