mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
make venv
|
pip install -r requirements.txt
|
||||||
|
pip install -r requirements-dev.txt
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: |
|
run: |
|
||||||
make lint
|
flake8
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
make test
|
pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user