Skip to content

Commit a4705c1

Browse files
committed
Use more recent Mamba
1 parent f1b69f8 commit a4705c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ echo "update conda"
5252
conda config --set ssl_verify false
5353
conda config --set quiet true --set always_yes true --set changeps1 false
5454
# TODO: GH#44980 https://github.com/pypa/setuptools/issues/2941
55-
conda install -y -c conda-forge -n base mamba pip 'setuptools<60'
55+
conda install -y -c conda-forge -n base 'mamba>=0.21.2' pip 'setuptools<60'
5656

5757
echo "conda info -a"
5858
conda info -a

0 commit comments

Comments
 (0)