We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04551ed commit f7fb29fCopy full SHA for f7fb29f
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Run Tests
34
run: |
35
- if [ "${{ matrix.numpy-version }}" == "1.21" ]; then
+ if [ "${{ matrix.numpy-version }}" == "1.21" || "${{ matrix.numpy-version }}" == "dev" ]; then
36
PYTEST_EXTRA=(-k "numpy and not jax")
37
fi
38
pytest "${PYTEST_EXTRA[@]}"
0 commit comments