Skip to content

Commit ee00601

Browse files
committed
Separate skips and xfails files
1 parent cfca811 commit ee00601

File tree

3 files changed

+358
-356
lines changed

3 files changed

+358
-356
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
SPARSE_BACKEND: Finch
170170
run: |
171171
cd ${GITHUB_WORKSPACE}/array-api-tests
172-
pytest array_api_tests -v -c pytest.ini --ci --max-examples=2 --derandomize --disable-deadline -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/ci/array-api-skips.txt
172+
pytest array_api_tests -v -c pytest.ini --ci --max-examples=2 --derandomize --disable-deadline -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/ci/array-api-xfails.txt --skips-file ${GITHUB_WORKSPACE}/ci/array-api-skips.txt
173173
on:
174174
# Trigger the workflow on push or pull request,
175175
# but only for the main branch

0 commit comments

Comments
 (0)