1
0
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:
Bastian Venthur
2021-03-12 16:28:48 +01:00
parent 72f448abd5
commit 59d7d2bb71

View File

@@ -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