We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfe018 commit 8159662Copy full SHA for 8159662
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
elif [[ ${{ matrix.array-api-module }} == *"jax.numpy"* ]]
31
then
32
python -m pip install "jax[cpu]"
33
- elif [[ ${{ matrix.array-api-module }} == *"numpy"* ]] then
+ elif [[ ${{ matrix.array-api-module }} == *"numpy"* ]]; then
34
python -m pip install numpy
35
else
36
python -m pip install ${{ matrix.array-api-module }}
0 commit comments