File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
SPARSE_BACKEND : ${{ matrix.backend }}
139
139
run : |
140
140
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
142
142
on :
143
143
# Trigger the workflow on push or pull request,
144
144
# but only for the main branch
You can’t perform that action at this time.
0 commit comments