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 7ff7fa4 commit 33cd4a5Copy full SHA for 33cd4a5
bin/steps/python
@@ -18,7 +18,6 @@ if curl --output /dev/null --silent --head --fail "$VENDORED_PYTHON"; then
18
echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes"
19
fi
20
21
-if curl --output /dev/null --silent --head --fail "$VENDORED_PYTHON"; then
22
if [[ "$PYTHON_VERSION" == $PY37* ]]; then
23
# do things to alert the user of security release available
24
if [ "$PYTHON_VERSION" != "$LATEST_37" ]; then
0 commit comments