We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ef3da commit 5cfe018Copy full SHA for 5cfe018
.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"* ]]
+ 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