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.
1 parent f7fb29f commit 689366aCopy full SHA for 689366a
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Run Tests
34
run: |
35
- if [ "${{ matrix.numpy-version }}" == "1.21" || "${{ matrix.numpy-version }}" == "dev" ]; 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