We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ebe4d commit ef1d2dcCopy full SHA for ef1d2dc
ci/azure/posix.yml
@@ -43,9 +43,9 @@ jobs:
43
# conda config --set quiet true --set always_yes true --set changeps1 false
44
conda install -y -c conda-forge -n base 'mamba>=0.22' pip
45
echo bin
46
- ls ~/miniconda3/bin
+ ls /usr/local/miniconda/bin
47
echo condabin
48
- ls ~/miniconda3/condabin
+ ls /usr/local/miniconda/condabin
49
echo "mamba env update --file=${ENV_FILE}"
50
# See https://github.com/mamba-org/mamba/issues/633
51
mamba create -q -n pandas-dev
0 commit comments