We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74e0c2 commit b26b069Copy full SHA for b26b069
1 file changed
azure-pipelines.yml
@@ -33,6 +33,7 @@ steps:
33
- script: |
34
wget $(miniconda.url) -O miniconda.sh
35
bash miniconda.sh -b -p $HOME/anaconda
36
+ export PATH="$HOME/anaconda/bin:$PATH"
37
conda config --set always_yes yes --set changeps1 no
38
conda update -q conda
39
conda config --add channels conda-forge
0 commit comments