We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252782e commit 4a4a5daCopy full SHA for 4a4a5da
.github/workflows/build-wheels.yml
@@ -67,6 +67,9 @@ jobs:
67
elif [ "$MB_PYTHON_VERSION" == '3.9' ]; then
68
echo "NP_BUILD_DEP=$(echo numpy==1.19.4)" >> $GITHUB_ENV;
69
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;
73
else
74
echo "None of the defined python version, use default"
75
fi
0 commit comments