Skip to content

Commit db01787

Browse files
committed
CI: Test CI with clear cache
1 parent 3a0cf6d commit db01787

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
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:

0 commit comments

Comments
 (0)