From c72e6321bac0365e4cfd084a8b1a2fcb8dd5d0c8 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 8 Oct 2021 14:22:11 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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