Skip to content

Commit ef1d2dc

Browse files
committed
WIP
1 parent f1ebe4d commit ef1d2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/azure/posix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
# conda config --set quiet true --set always_yes true --set changeps1 false
4444
conda install -y -c conda-forge -n base 'mamba>=0.22' pip
4545
echo bin
46-
ls ~/miniconda3/bin
46+
ls /usr/local/miniconda/bin
4747
echo condabin
48-
ls ~/miniconda3/condabin
48+
ls /usr/local/miniconda/condabin
4949
echo "mamba env update --file=${ENV_FILE}"
5050
# See https://github.com/mamba-org/mamba/issues/633
5151
mamba create -q -n pandas-dev

0 commit comments

Comments
 (0)