Skip to content

Commit b26b069

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent c74e0c2 commit b26b069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ steps:
3333
- script: |
3434
wget $(miniconda.url) -O miniconda.sh
3535
bash miniconda.sh -b -p $HOME/anaconda
36+
export PATH="$HOME/anaconda/bin:$PATH"
3637
conda config --set always_yes yes --set changeps1 no
3738
conda update -q conda
3839
conda config --add channels conda-forge

0 commit comments

Comments
 (0)