Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
willow-ahrens authored Dec 13, 2024
1 parent 3c13486 commit 8158401
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,10 @@ jobs:
# micromamba remove numba
# micromamba install -c numba numba
- name: Run tests
continue-on-error: true
run: |
SPARSE_BACKEND=Numba pytest --pyargs sparse --doctest-modules --cov-report=xml:coverage_Numba.xml -n0 -vvv
SPARSE_BACKEND=Finch pytest --pyargs sparse/tests --cov-report=xml:coverage_Finch.xml -n0 -vvv
SPARSE_BACKEND=MLIR pytest --pyargs sparse/mlir_backend --cov-report=xml:coverage_MLIR.xml -n0 -vvv
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- uses: codecov/codecov-action@v5
if: always()
with:
Expand Down

0 comments on commit 8158401

Please sign in to comment.