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 4e6706a commit c3f4e0cCopy full SHA for c3f4e0c
ci/scripts/install_python.sh
@@ -53,6 +53,7 @@ if [ "$platform" = "macOS" ]; then
53
fname="python-${full_version}rc3-macos11.pkg"
54
else
55
fname="python-${full_version}-macos11.pkg"
56
+ fi
57
wget "https://www.python.org/ftp/python/${full_version}/${fname}"
58
59
echo "Installing Python..."
0 commit comments