mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-03-19 03:04:49 +01:00
remove max parallel
This commit is contained in:
parent
85b7cb3468
commit
af2fa094a0
1
.github/workflows/run_pytest.yml
vendored
1
.github/workflows/run_pytest.yml
vendored
|
|
@ -6,7 +6,6 @@ jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 3
|
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
python-version: [3.5, 3.6, 3.7, 3.8]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue