diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 98394988a..16439c766 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -105,7 +105,7 @@ jobs: pool: vmImage: 'windows-latest' steps: - - powershell: | + - powershell: | Write-Host "##vso[task.prependpath]$env:CONDA\Scripts" Write-Host "##vso[task.prependpath]$env:CONDA\Library\bin" - script: |