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 3862b87 commit 6ac4a7cCopy full SHA for 6ac4a7c
.github/upstream/install_conda.sh
@@ -27,6 +27,10 @@ function install_and_setup_conda() {
27
fi
28
export CMAKE_PREFIX_PATH="$(dirname $(which conda))/../"
29
30
+ # Accept Conda channel ToS.
31
+ conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main
32
+ conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
33
+
34
conda update -y -n base conda
35
conda install -y python=$PYTHON_VERSION
36
0 commit comments