Skip to content

Commit f7ef3da

Browse files
committed
.
1 parent d1bc3aa commit f7ef3da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
elif [[ ${{ matrix.array-api-module }} == *"jax.numpy"* ]]
3131
then
3232
python -m pip install "jax[cpu]"
33+
elif [[ ${{ matrix.array-api-module }} == *"numpy"* ]]
34+
python -m pip install numpy
3335
else
3436
python -m pip install ${{ matrix.array-api-module }}
3537
fi

0 commit comments

Comments
 (0)