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