Skip to content

Commit 3552dc9

Browse files
committed
WIP
1 parent 64a07f5 commit 3552dc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/azure/windows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- bash: |
3333
# See https://github.com/mamba-org/mamba/issues/1370
3434
# 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
3838
displayName: 'Create anaconda environment'
3939
- bash: |
4040
source activate pandas-dev

ci/setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if [[ "$BITS32" == "yes" ]]; then
7676
fi
7777

7878
echo "activate pandas-dev"
79-
conda activate pandas-dev
79+
activate pandas-dev
8080

8181
# Explicitly set an environment variable indicating that this is pandas' CI environment.
8282
#

0 commit comments

Comments
 (0)