remove max parallel

This commit is contained in:
Schrolli91 2020-04-17 23:40:43 +02:00
parent 85b7cb3468
commit af2fa094a0
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F

View file

@ -6,7 +6,6 @@ jobs:
build:
strategy:
max-parallel: 3
matrix:
os: [ubuntu-latest]
python-version: [3.5, 3.6, 3.7, 3.8]
@ -29,7 +28,7 @@ jobs:
- name: Test with pytest
run: |
pytest -c 'test/pytest.ini'
- name: Save artifacts
uses: actions/upload-artifact@master
with: