Skip to content

Commit 374ceb5

Browse files
committed
Disable parallel workers
1 parent cb951b3 commit 374ceb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
SPARSE_BACKEND: ${{ matrix.backend }}
139139
run: |
140140
cd ${GITHUB_WORKSPACE}/array-api-tests
141-
pytest array_api_tests -v -c pytest.ini -n 4 --max-examples=2 --derandomize --disable-deadline -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/ci/${{ matrix.backend }}-array-api-xfails.txt --skips-file ${GITHUB_WORKSPACE}/ci/${{ matrix.backend }}-array-api-skips.txt
141+
pytest array_api_tests -v -c pytest.ini --max-examples=2 --derandomize --disable-deadline -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/ci/${{ matrix.backend }}-array-api-xfails.txt --skips-file ${GITHUB_WORKSPACE}/ci/${{ matrix.backend }}-array-api-skips.txt
142142
on:
143143
# Trigger the workflow on push or pull request,
144144
# but only for the main branch

0 commit comments

Comments
 (0)