Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3482830

Browse files
committedNov 20, 2024
..
1 parent ff7eada commit 3482830

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)
Please sign in to comment.