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.
2 parents ded8f22 + c7b0daf commit 03e3cd0Copy full SHA for 03e3cd0
1 file changed
bin/steps/conda_compile
@@ -1,6 +1,6 @@
1
if [ ! -d /app/.heroku/miniconda ]; then
2
puts-step "Preparing Python/Miniconda Environment"
3
- curl -Os http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
+ curl -Os https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
4
bash Miniconda-latest-Linux-x86_64.sh -p /app/.heroku/miniconda/ -b | indent
5
rm -fr Miniconda-latest-Linux-x86_64.sh
6
0 commit comments