Skip to content

Commit

Permalink
Merge pull request #103 from esc/fix-azure
Browse files Browse the repository at this point in the history
fix Azure on Windows
  • Loading branch information
esc authored Apr 8, 2024
2 parents 1e2f244 + 93f9743 commit 03f9c2a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions buildscripts/azure/azure-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
${{ insert }}: ${{ parameters.matrix }}

steps:
- task: CondaEnvironment@1
inputs:
updateConda: no
packageSpecs: ''
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
displayName: Add conda to PATH

- script: |
buildscripts\\incremental\\setup_conda_environment.cmd
Expand Down

0 comments on commit 03f9c2a

Please sign in to comment.