rely on makefile again

This commit is contained in:
Bastian Venthur
2021-03-12 20:15:24 +01:00
parent 3fe9a1ae16
commit 98e124dfc1
2 changed files with 1 additions and 7 deletions

View File

@@ -28,11 +28,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
# - name: Install dependencies
# run: |
# pip install -r requirements.txt
# pip install -r requirements-dev.txt
- name: Run tests
run: |
make test