Skip to content

Commit

Permalink
Close bash if clause
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Dec 9, 2023
1 parent 2f5b5f8 commit 0001a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/templates/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ steps:
if [[ "${{ parameters.conda_packages }}" != "" ]]; then
source activate myEnvironment
conda install --channel conda-forge ${{ parameters.conda_packages }}
fi
displayName: Install Anaconda packages

0 comments on commit 0001a0b

Please sign in to comment.