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 7a604cd commit 88abf7bCopy full SHA for 88abf7b
ci/setup_env.sh
@@ -48,6 +48,7 @@ conda config --set ssl_verify false
48
conda config --set quiet true --set always_yes true --set changeps1 false
49
conda install pip conda # create conda to create a historical artifact for pip & setuptools
50
conda update -n base conda
51
+conda install -y -c conda-forge mamba
52
53
echo "conda info -a"
54
conda info -a
@@ -62,8 +63,8 @@ conda list
62
63
conda remove --all -q -y -n pandas-dev
64
65
echo
-echo "conda env create -q --file=${ENV_FILE}"
66
-time conda env create -q --file="${ENV_FILE}"
+echo "mamba env create -q --file=${ENV_FILE}"
67
+time mamba env create -q --file="${ENV_FILE}"
68
69
70
if [[ "$BITS32" == "yes" ]]; then
0 commit comments