Skip to content

Commit 36d7eb4

Browse files
committed
Update Finch backend
1 parent a9ef0ea commit 36d7eb4

File tree

4 files changed

+338
-38
lines changed

4 files changed

+338
-38
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)