This commit is contained in:
Jakub Roztocil 2019-09-10 14:40:34 +02:00
parent 0252c2642e
commit 64c81fc2ec

View File

@ -7,14 +7,11 @@ jobs:
extras: extras:
# Run coverage and extra tests only once # Run coverage and extra tests only once
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/setup-python@v1 - uses: actions/setup-python@v1
with: with:
python-version: ${{ matrix.python-version }} python-version: 3.7
- run: make install - run: make install
- run: make test - run: make test
- run: make test-dist - run: make test-dist