Skip to content

Commit 31de302

Browse files
yanyao-wangpruthvistony
authored andcommitted
temporarily ignore certificate check for Miniconda
(cherry picked from commit 9848db1)
1 parent 8e4c133 commit 31de302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/common/install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838
source "$(dirname "${BASH_SOURCE[0]}")/common_utils.sh"
3939

4040
pushd /tmp
41-
wget -q "${BASE_URL}/${CONDA_FILE}"
41+
wget -q "${BASE_URL}/${CONDA_FILE}" --no-check-certificate
4242
# NB: Manually invoke bash per https://github.com/conda/conda/issues/10431
4343
as_jenkins bash "${CONDA_FILE}" -b -f -p "/opt/conda"
4444
popd

0 commit comments

Comments
 (0)