We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c13486 commit 8158401Copy full SHA for 8158401
.github/workflows/ci.yml
@@ -51,13 +51,10 @@ jobs:
51
# micromamba remove numba
52
# micromamba install -c numba numba
53
- name: Run tests
54
- continue-on-error: true
55
run: |
56
SPARSE_BACKEND=Numba pytest --pyargs sparse --doctest-modules --cov-report=xml:coverage_Numba.xml -n0 -vvv
57
SPARSE_BACKEND=Finch pytest --pyargs sparse/tests --cov-report=xml:coverage_Finch.xml -n0 -vvv
58
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
61
- uses: codecov/codecov-action@v5
62
if: always()
63
with:
0 commit comments