Skip to content

Commit 19b2772

Browse files
authored
DEPS/CI: Fix sdist job post numpy 18 drop (#47258)
1 parent 3669711 commit 19b2772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
run: |
7575
case "${{matrix.python-version}}" in
7676
3.8)
77-
pip install numpy==1.18.5 ;;
77+
pip install numpy==1.19.5 ;;
7878
3.9)
79-
pip install numpy==1.19.3 ;;
79+
pip install numpy==1.19.5 ;;
8080
3.10)
8181
pip install numpy==1.21.2 ;;
8282
esac

0 commit comments

Comments
 (0)