mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-07 01:00:58 +01:00
Update run_pytest.yml
This commit is contained in:
parent
012a1dceb4
commit
68f724b031
4
.github/workflows/run_pytest.yml
vendored
4
.github/workflows/run_pytest.yml
vendored
|
|
@ -6,10 +6,10 @@ jobs:
|
|||
build:
|
||||
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
# max-parallel: 4
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
python-version: [3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7]
|
||||
python-version: [3.5, 3.6, 3.7]
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue