Update azure-pipelines.yml
This commit is contained in:
parent
e64e0ed9a0
commit
5f8c04925d
|
@ -90,6 +90,7 @@ jobs:
|
||||||
- powershell: |
|
- powershell: |
|
||||||
Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
|
Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
|
||||||
Write-Host "##vso[task.prependpath]$env:CONDA\Library\bin"
|
Write-Host "##vso[task.prependpath]$env:CONDA\Library\bin"
|
||||||
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
- powershell: |
|
- powershell: |
|
||||||
conda config --add channels conda-forge --force
|
conda config --add channels conda-forge --force
|
||||||
conda config --set auto_update_conda false
|
conda config --set auto_update_conda false
|
||||||
|
|
Loading…
Reference in New Issue