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 ded8f22 commit c7b0dafCopy full SHA for c7b0daf
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