diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1f46e2443..98394988a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -104,7 +104,10 @@ jobs: - job: Windows_cflang pool: vmImage: 'windows-latest' - steps: + steps: + - powershell: | + Write-Host "##vso[task.prependpath]$env:CONDA\Scripts" + Write-Host "##vso[task.prependpath]$env:CONDA\Library\bin" - script: | set PATH=C:\Miniconda\Scripts;C:\Miniconda\Library;%PATH% conda config --add channels conda-forge --force