mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-12 03:30:44 +01:00
Update run_pytest.yml
This commit is contained in:
parent
68f724b031
commit
48a219619c
4
.github/workflows/run_pytest.yml
vendored
4
.github/workflows/run_pytest.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue