You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/env/install-miniconda.sh
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ install_miniconda() {
14
14
15
15
if [ !-x"${conda}" ] || [ "${MINIMAL_INSTALL-}"= 1 ];then# If no conda is found, install it
16
16
local miniconda_dir # Keep directories user-independent, to help with Bazel caching
17
-
local miniconda_version="Miniconda3-py311_24.4.0-0"
18
17
local miniconda_platform=""
19
18
local exe_suffix=".sh"
20
19
@@ -40,7 +39,7 @@ install_miniconda() {
40
39
;;
41
40
esac
42
41
43
-
local miniconda_url="https://repo.continuum.io/miniconda/${miniconda_version}-${miniconda_platform}-${HOSTTYPE}${exe_suffix}"
42
+
local miniconda_url="https://github.com/conda-forge/miniforge/releases/download/24.11.3-0/Miniforge3-24.11.3-0-${miniconda_platform}-${HOSTTYPE}${exe_suffix}"
44
43
local miniconda_target="${HOME}/${miniconda_url##*/}"
0 commit comments