Skip to content

Commit c9fbda5

Browse files
committed
try -n 4
1 parent 100a317 commit c9fbda5

6 files changed

+6
-6
lines changed

.github/workflows/array-api-tests-dask.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# workflow is barely more than a smoke test, and one should expect extreme
1515
# flakiness. Before changes to dask-xfails.txt or dask-skips.txt, please run
1616
# the full test suite with at least 200 examples.
17-
pytest-extra-args: --max-examples=50 -n 2
17+
pytest-extra-args: --max-examples=50 -n 4
1818
python-versions: '[''3.10'', ''3.13'']'
1919
extra-env-vars: |
2020
ARRAY_API_TESTS_XFAIL_MARK=skip

.github/workflows/array-api-tests-numpy-1-22.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
package-version: '== 1.22.*'
1111
xfails-file-extra: '-1-22'
1212
python-versions: '[''3.10'']'
13-
pytest-extra-args: -n 2
13+
pytest-extra-args: -n 4
1414
extra-env-vars: |
1515
ARRAY_API_TESTS_XFAIL_MARK=skip

.github/workflows/array-api-tests-numpy-1-26.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
package-version: '== 1.26.*'
1111
xfails-file-extra: '-1-26'
1212
python-versions: '[''3.10'', ''3.12'']'
13-
pytest-extra-args: -n 2
13+
pytest-extra-args: -n 4
1414
extra-env-vars: |
1515
ARRAY_API_TESTS_XFAIL_MARK=skip

.github/workflows/array-api-tests-numpy-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
extra-requires: '--pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple'
1111
xfails-file-extra: '-dev'
1212
python-versions: '[''3.11'', ''3.13'']'
13-
pytest-extra-args: -n 2
13+
pytest-extra-args: -n 4
1414
extra-env-vars: |
1515
ARRAY_API_TESTS_XFAIL_MARK=skip

.github/workflows/array-api-tests-numpy-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
with:
99
package-name: numpy
1010
python-versions: '[''3.10'', ''3.13'']'
11-
pytest-extra-args: -n 2
11+
pytest-extra-args: -n 4
1212
extra-env-vars: |
1313
ARRAY_API_TESTS_XFAIL_MARK=skip

.github/workflows/array-api-tests-torch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
ARRAY_API_TESTS_SKIP_DTYPES=uint16,uint32,uint64
1313
ARRAY_API_TESTS_XFAIL_MARK=skip
1414
python-versions: '[''3.10'', ''3.13'']'
15-
pytest-extra-args: -n 2
15+
pytest-extra-args: -n 4

0 commit comments

Comments
 (0)