Skip to content

Commit cee1696

Browse files
committed
Don't include "jax.numpy" in the numpy-only tests
1 parent 3e1f24c commit cee1696

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run Tests
3232
run: |
3333
if [ "${{ matrix.numpy-version }}" == "1.21" ]; then
34-
PYTEST_EXTRA='-k numpy'
34+
PYTEST_EXTRA="-k 'numpy and not jax'"
3535
fi
3636
pytest $PYTEST_EXTRA
3737

0 commit comments

Comments
 (0)