File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
36
- C:\Miniconda\condabin\mamba.bat env update -n pandas-dev --file ci\\deps\\actions-$(CONDA_PY).yaml
37
- C:\Miniconda\condabin\mamba.bat list -n pandas-dev
35
+ C:\\ Miniconda\\ condabin\ \mamba.bat create -n pandas-dev
36
+ C:\\ Miniconda\\ condabin\ \mamba.bat env update -n pandas-dev --file ci\\deps\\actions-$(CONDA_PY).yaml
37
+ C:\\ Miniconda\\ condabin\ \mamba.bat list -n pandas-dev
38
38
displayName: 'Create anaconda environment'
39
39
- bash : |
40
40
source activate pandas-dev
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ if [[ "$BITS32" == "yes" ]]; then
76
76
fi
77
77
78
78
echo " activate pandas-dev"
79
- conda activate pandas-dev
79
+ activate pandas-dev
80
80
81
81
# Explicitly set an environment variable indicating that this is pandas' CI environment.
82
82
#
You can’t perform that action at this time.
0 commit comments