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 3482830 commit 94e35abCopy full SHA for 94e35ab
.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