update CI

This commit is contained in:
cneud 2023-03-28 23:45:38 +02:00
parent f37d324812
commit 27834ce33d
2 changed files with 24 additions and 7 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6'] # '3.7'
python-version: ['3.7'] # '3.8'
steps:
- uses: actions/checkout@v2
@ -33,4 +33,4 @@ jobs:
pip install .
pip install -r requirements-test.txt
- name: Test with pytest
run: make test
run: make test