Skip to content

Commit 4112eaf

Browse files
committed
Disable other libraries too for the numpy-only tests
1 parent c060cee commit 4112eaf

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")
36+
PYTEST_EXTRA=(-k "numpy and not jax and not torch and not dask")
3737
fi
3838
pytest -v "${PYTEST_EXTRA[@]}"
3939

0 commit comments

Comments
 (0)