Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
serena-ruan committed Oct 19, 2021
1 parent 92c311f commit 28f3a44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,10 @@ jobs:
inputs:
azureSubscription: 'MMLSpark Build'
keyVaultName: mmlspark-keys
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
- bash: conda env create -f environment.yaml
displayName: Create Anaconda environment
- task: AzureCLI@1
displayName: 'Update website examples with notebooks'
inputs:
Expand Down

0 comments on commit 28f3a44

Please sign in to comment.