forked from github.com/blag
don't use venv magic in github workflows
This commit is contained in:
7
.github/workflows/python-package.yaml
vendored
7
.github/workflows/python-package.yaml
vendored
@@ -33,12 +33,13 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
make venv
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements-dev.txt
|
||||
|
||||
- name: Run linter
|
||||
run: |
|
||||
make lint
|
||||
flake8
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
make test
|
||||
pytest
|
||||
|
||||
Reference in New Issue
Block a user