Skip to content

Commit

Permalink
Merge branch 'main' into skip-coo-heisenbug
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi authored Nov 20, 2024
2 parents 2fd9065 + b7b2e67 commit 47c8d41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
SPARSE_BACKEND=Numba pytest --pyargs sparse --cov-report=xml:coverage_Numba.xml -n auto -vvv
SPARSE_BACKEND=Finch pytest --pyargs sparse/tests --cov-report=xml:coverage_Finch.xml -n auto -vvv
SPARSE_BACKEND=MLIR pytest --pyargs sparse/mlir_backend --cov-report=xml:coverage_MLIR.xml -n auto -vvv
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: always()
with:
files: ./**/coverage*.xml
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
exclude: ".ipynb"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.7.4
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -27,6 +27,6 @@ repos:
types_or: [ python, pyi, jupyter ]

- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
rev: 0.8.1
hooks:
- id: nbstripout
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tests = [
tox = ["sparse[tests]", "tox"]
notebooks = ["sparse[tests]", "nbmake", "matplotlib"]
all = ["sparse[docs,tox,notebooks]", "matrepr"]
finch = ["finch-tensor>=0.1.31"]
finch = ["finch-tensor>=0.1.35"]

[project.urls]
Documentation = "https://sparse.pydata.org/"
Expand Down

0 comments on commit 47c8d41

Please sign in to comment.