Skip to content

Commit 5cfe018

Browse files
committed
..
1 parent f7ef3da commit 5cfe018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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"* ]]
33+
elif [[ ${{ matrix.array-api-module }} == *"numpy"* ]] then
3434
python -m pip install numpy
3535
else
3636
python -m pip install ${{ matrix.array-api-module }}

0 commit comments

Comments
 (0)