mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-22 16:40:24 +01:00
remove max parallel
This commit is contained in:
parent
85b7cb3468
commit
af2fa094a0
3
.github/workflows/run_pytest.yml
vendored
3
.github/workflows/run_pytest.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue