Skip to content

Commit 5132175

Browse files
committed
update
1 parent 9c51763 commit 5132175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
echo "NP_BUILD_DEP=$(echo numpy==1.19.4)" >> $GITHUB_ENV;
9292
echo "NP_TEST_DEP=$(echo numpy==1.19.4)" >> $GITHUB_ENV;
9393
elif [ "$MB_PYTHON_VERSION" == '3.10' ]; then
94-
echo "NP_BUILD_DEP=$(echo numpy==1.19.4)" >> $GITHUB_ENV;
95-
echo "NP_TEST_DEP=$(echo numpy==1.19.4)" >> $GITHUB_ENV;
94+
echo "NP_BUILD_DEP=$(echo numpy==1.21.3)" >> $GITHUB_ENV;
95+
echo "NP_TEST_DEP=$(echo numpy==1.21.3)" >> $GITHUB_ENV;
9696
else
9797
echo "None of the defined python version, use default"
9898
fi

0 commit comments

Comments
 (0)