Skip to content

Commit 432a449

Browse files
authored
Update main.yml
1 parent a4c6591 commit 432a449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Install NEP29 dependencies
3535
if: ${{ matrix.numpy_ver != 'latest'}}
36-
run: pip install --no-binary :numpy: numpy==${{ matrix.numpy_ver }}
36+
run: pip install numpy==${{ matrix.numpy_ver }}
3737

3838
- name: Install standard dependencies
3939
run: |

0 commit comments

Comments
 (0)