mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
test makefile again
This commit is contained in:
12
.github/workflows/python-package.yaml
vendored
12
.github/workflows/python-package.yaml
vendored
@@ -28,15 +28,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: |
|
# run: |
|
||||||
pip install -r requirements.txt
|
# pip install -r requirements.txt
|
||||||
pip install -r requirements-dev.txt
|
# pip install -r requirements-dev.txt
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest
|
make test
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: |
|
run: |
|
||||||
flake8
|
make lint
|
||||||
|
|||||||
Reference in New Issue
Block a user