We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bc3aa commit f7ef3daCopy full SHA for f7ef3da
.github/workflows/test.yml
@@ -30,6 +30,8 @@ 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"* ]]
34
+ python -m pip install numpy
35
else
36
python -m pip install ${{ matrix.array-api-module }}
37
fi
0 commit comments