We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346521f commit 93d22e5Copy full SHA for 93d22e5
.github/workflows/build-wheels-macosx2.yml
@@ -67,8 +67,6 @@ jobs:
67
echo "NP_DEP=$(echo numpy==1.17.3)" >> $GITHUB_ENV;
68
else [ "$MB_PYTHON_VERSION" == '3.8' ]; then
69
echo "NP_DEP=$(echo oldest-supported-numpy)" >> $GITHUB_ENV;
70
- else
71
- echo "None of the defined python version, use default"
72
fi
73
74
- name: Print some Environment variable
0 commit comments