Skip to content

Commit 8158401

Browse files
Update ci.yml
1 parent 3c13486 commit 8158401

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,10 @@ jobs:
5151
# micromamba remove numba
5252
# micromamba install -c numba numba
5353
- name: Run tests
54-
continue-on-error: true
5554
run: |
5655
SPARSE_BACKEND=Numba pytest --pyargs sparse --doctest-modules --cov-report=xml:coverage_Numba.xml -n0 -vvv
5756
SPARSE_BACKEND=Finch pytest --pyargs sparse/tests --cov-report=xml:coverage_Finch.xml -n0 -vvv
5857
SPARSE_BACKEND=MLIR pytest --pyargs sparse/mlir_backend --cov-report=xml:coverage_MLIR.xml -n0 -vvv
59-
- name: Setup tmate session
60-
uses: mxschmitt/action-tmate@v3
6158
- uses: codecov/codecov-action@v5
6259
if: always()
6360
with:

0 commit comments

Comments
 (0)