Update run_pytest.yml

This commit is contained in:
Bastian Schroll 2019-09-22 17:50:10 +02:00 committed by GitHub
parent 68f724b031
commit 48a219619c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,9 @@ jobs:
build:
strategy:
# max-parallel: 4
max-parallel: 3
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python-version: [3.5, 3.6, 3.7]
runs-on: ${{matrix.os}}
steps: