Skip to content

Commit 90c132a

Browse files
yanyao-wangdnikolaev-amd
authored andcommitted
temporarily ignore certificate check for Miniconda
(cherry picked from commit 9848db1)
1 parent 183802e commit 90c132a

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
@@ -28,7 +28,7 @@ if [ -n "$ANACONDA_PYTHON_VERSION" ]; then
2828
source "$(dirname "${BASH_SOURCE[0]}")/common_utils.sh"
2929

3030
pushd /tmp
31-
wget -q "${BASE_URL}/${CONDA_FILE}"
31+
wget -q "${BASE_URL}/${CONDA_FILE}" --no-check-certificate
3232
# NB: Manually invoke bash per https://github.com/conda/conda/issues/10431
3333
as_jenkins bash "${CONDA_FILE}" -b -f -p "/opt/conda"
3434
popd

0 commit comments

Comments
 (0)