File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,14 @@ jobs:
26
26
Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
27
27
Write-Host "##vso[task.prependpath]$HOME/miniconda3/bin"
28
28
displayName: 'Add conda to PATH'
29
- - bash : conda install -yv -c conda-forge -n base 'mamba< 0.21'
29
+ - bash : conda install -yv -c conda-forge -n base 'mamba>= 0.21.2 '
30
30
displayName : ' Install mamba'
31
31
32
32
- bash : |
33
33
# See https://github.com/mamba-org/mamba/issues/1370
34
34
# See https://github.com/mamba-org/mamba/issues/633
35
- C:\\Miniconda\\condabin\\mamba.bat create -n pandas-dev
35
+ # TODO: GH#44980 https://github.com/pypa/setuptools/issues/2941
36
+ C:\\Miniconda\\condabin\\mamba.bat create -n pandas-dev 'setuptools<60'
36
37
C:\\Miniconda\\condabin\\mamba.bat env update -n pandas-dev --file ci\\deps\\actions-$(CONDA_PY).yaml
37
38
C:\\Miniconda\\condabin\\mamba.bat list -n pandas-dev
38
39
displayName: 'Create anaconda environment'
You can’t perform that action at this time.
0 commit comments