Skip to content

Commit 48192f2

Browse files
committed
Update on "Add macos unittest"
This is a port of pytorch/vision#2727 [ghstack-poisoned]
1 parent 4970799 commit 48192f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/unittest/linux/scripts/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ esac
2222
# 1. Install conda at ./conda
2323
if [ ! -d "${conda_dir}" ]; then
2424
printf "* Installing conda\n"
25-
wget -O miniconda.sh http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
25+
wget -O miniconda.sh "http://repo.continuum.io/miniconda/Miniconda3-latest-${os}-x86_64.sh"
2626
bash ./miniconda.sh -b -f -p "${conda_dir}"
2727
fi
2828
eval "$(${conda_dir}/bin/conda shell.bash hook)"

0 commit comments

Comments
 (0)