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 2acf4fa commit 758eefdCopy full SHA for 758eefd
.circleci/setup.sh
@@ -32,7 +32,7 @@ if [[ ! -d $WORKSPACE/anaconda ]]; then
32
exit 1
33
fi
34
35
- curl -O https://repo.continuum.io/miniconda/Miniconda$pythonversion-latest-$tag-x86_64.sh
+ curl -O https://repo.anaconda.com/miniconda/Miniconda$pythonversion-latest-$tag-x86_64.sh
36
sudo bash Miniconda$pythonversion-latest-$tag-x86_64.sh -b -p $WORKSPACE/anaconda/
37
sudo chown -R $USER $WORKSPACE/anaconda/
38
0 commit comments