Skip to content

Commit 2f618ab

Browse files
phofljonashaag
authored andcommitted
Also use for windows builds
1 parent e300325 commit 2f618ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/setup_env.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ conda config --set ssl_verify false
4848
conda config --set quiet true --set always_yes true --set changeps1 false
4949
conda install pip conda # create conda to create a historical artifact for pip & setuptools
5050
conda update -n base conda
51+
conda install -y -c conda-forge mamba
5152

5253
echo "conda info -a"
5354
conda info -a
@@ -62,8 +63,8 @@ conda list
6263
conda remove --all -q -y -n pandas-dev
6364

6465
echo
65-
echo "conda env create -q --file=${ENV_FILE}"
66-
time conda env create -q --file="${ENV_FILE}"
66+
echo "mamba env create -q --file=${ENV_FILE}"
67+
time mamba env create -q --file="${ENV_FILE}"
6768

6869

6970
if [[ "$BITS32" == "yes" ]]; then

0 commit comments

Comments
 (0)