File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 84
84
cache : ' pip'
85
85
- name : Build and install Sparse
86
86
run : |
87
- pip install -e '.[notebooks]'
87
+ pip install -U setuptools wheel
88
+ pip install '.[notebooks]'
88
89
- name : Run notebooks
89
90
run : ci/test_notebooks.sh
90
91
@@ -111,6 +112,7 @@ jobs:
111
112
pip install pytest-xdist -r "$ARRAY_API_TESTS_DIR/requirements.txt"
112
113
- name : Build and install Sparse
113
114
run : |
115
+ pip install -U setuptools wheel
114
116
pip install '.[finch]'
115
117
- name : Run the test suite
116
118
env :
Original file line number Diff line number Diff line change 18
18
exclude : " .ipynb"
19
19
20
20
- repo : https://github.com/astral-sh/ruff-pre-commit
21
- rev : v0.9.6
21
+ rev : v0.9.10
22
22
hooks :
23
23
- id : ruff
24
24
args : ["--fix"]
Original file line number Diff line number Diff line change 16
16
- 🙌 [ Contributing] ( https://github.com/pydata/sparse/blob/main/docs/contributing.md )
17
17
18
18
- 🪲 [ 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 )
You can’t perform that action at this time.
0 commit comments