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 70d92c0 commit 9848db1Copy full SHA for 9848db1
.ci/docker/common/install_conda.sh
@@ -28,7 +28,7 @@ if [ -n "$ANACONDA_PYTHON_VERSION" ]; then
28
source "$(dirname "${BASH_SOURCE[0]}")/common_utils.sh"
29
30
pushd /tmp
31
- wget -q "${BASE_URL}/${CONDA_FILE}"
+ wget -q "${BASE_URL}/${CONDA_FILE}" --no-check-certificate
32
# NB: Manually invoke bash per https://github.com/conda/conda/issues/10431
33
as_jenkins bash "${CONDA_FILE}" -b -f -p "/opt/conda"
34
popd
0 commit comments