We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sparse
1 parent efbd400 commit b96d0a6Copy full SHA for b96d0a6
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Run Tests
34
run: |
35
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")
+ PYTEST_EXTRA=(-k "numpy and not jax and not torch and not dask and not sparse")
37
fi
38
pytest -v "${PYTEST_EXTRA[@]}"
39
0 commit comments