Browse Source

Update azure-pipelines.yml

pull/3357/head
Martin Kroeker GitHub 4 years ago
parent
commit
c72e6321ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      azure-pipelines.yml

+ 4
- 1
azure-pipelines.yml View File

@@ -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


Loading…
Cancel
Save