Skip to content

Commit b96d0a6

Browse files
committed
Don't test sparse for NumPy 1.21.
1 parent efbd400 commit b96d0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run Tests
3434
run: |
3535
if [[ "${{ matrix.numpy-version }}" == "1.21" || "${{ matrix.numpy-version }}" == "dev" ]]; then
36-
PYTEST_EXTRA=(-k "numpy and not jax and not torch and not dask")
36+
PYTEST_EXTRA=(-k "numpy and not jax and not torch and not dask and not sparse")
3737
fi
3838
pytest -v "${PYTEST_EXTRA[@]}"
3939

0 commit comments

Comments
 (0)