Skip to content

Commit cc170d2

Browse files
authored
Merge branch 'main' into array-api-errors
2 parents 12711f4 + 60c552f commit cc170d2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484
cache: 'pip'
8585
- name: Build and install Sparse
8686
run: |
87-
pip install -e '.[notebooks]'
87+
pip install -U setuptools wheel
88+
pip install '.[notebooks]'
8889
- name: Run notebooks
8990
run: ci/test_notebooks.sh
9091

@@ -111,6 +112,7 @@ jobs:
111112
pip install pytest-xdist -r "$ARRAY_API_TESTS_DIR/requirements.txt"
112113
- name: Build and install Sparse
113114
run: |
115+
pip install -U setuptools wheel
114116
pip install '.[finch]'
115117
- name: Run the test suite
116118
env:

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
exclude: ".ipynb"
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.9.6
21+
rev: v0.9.10
2222
hooks:
2323
- id: ruff
2424
args: ["--fix"]

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@
1616
- 🙌 [Contributing](https://github.com/pydata/sparse/blob/main/docs/contributing.md)
1717

1818
- 🪲 [Bug Reports/Feature Requests](https://github.com/pydata/sparse/issues)
19+
20+
- 💬 [Discord Server](https://discord.gg/vur45CbwMz) [Channel](https://discord.com/channels/786703927705862175/1301155724646289420)

0 commit comments

Comments
 (0)