Skip to content

Commit 4a4a5da

Browse files
committed
update
1 parent 252782e commit 4a4a5da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
elif [ "$MB_PYTHON_VERSION" == '3.9' ]; then
6868
echo "NP_BUILD_DEP=$(echo numpy==1.19.4)" >> $GITHUB_ENV;
6969
echo "NP_TEST_DEP=$(echo numpy==1.19.4)" >> $GITHUB_ENV;
70+
elif [ "$MB_PYTHON_VERSION" == '3.10' ]; then
71+
echo "NP_BUILD_DEP=$(echo numpy==1.19.4)" >> $GITHUB_ENV;
72+
echo "NP_TEST_DEP=$(echo numpy==1.19.4)" >> $GITHUB_ENV;
7073
else
7174
echo "None of the defined python version, use default"
7275
fi

0 commit comments

Comments
 (0)