Skip to content

Commit a48ccb3

Browse files
abergeronColCarroll
authored andcommitted
Fix master build (#2783)
* Fix master build * Use another flag to get it working. Apparently "Latest" miniconda for python 2 is somewhat old and doesn't understand -u.
1 parent 8cb6506 commit a48ccb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_miniconda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ ! -d $INSTALL_FOLDER ] || [ ! -e $INSTALL_FOLDER/bin/conda ]; then
3535

3636
echo "Installing miniconda for python-$PYTHON_VERSION to $INSTALL_FOLDER"
3737
# install miniconda to home folder
38-
bash ${DOWNLOAD_PATH} -b -p $INSTALL_FOLDER
38+
bash ${DOWNLOAD_PATH} -b -f -p $INSTALL_FOLDER
3939

4040
# tidy up
4141
rm ${DOWNLOAD_PATH}

0 commit comments

Comments
 (0)