From 838166700200f8acc3e986bc379260319e523f6f Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 8 Oct 2021 14:36:46 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |