Skip to content

Commit 3ee85e1

Browse files
WillAydjreback
authored andcommitted
Remove Deprecated Azure CI Step (#26384)
1 parent a738223 commit 3ee85e1

File tree

2 files changed

+4
-31
lines changed

2 files changed

+4
-31
lines changed

ci/azure/windows.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,10 @@ jobs:
1717
CONDA_PY: "37"
1818

1919
steps:
20-
- task: CondaEnvironment@1
21-
inputs:
22-
updateConda: no
23-
packageSpecs: ''
24-
25-
- script: |
26-
ci\\incremental\\setup_conda_environment.cmd
27-
displayName: 'Before Install'
20+
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
21+
displayName: Add conda to PATH
22+
- script: conda env create --file ci\\deps\\azure-windows-$(CONDA_PY).yaml
23+
displayName: Create anaconda environment
2824
- script: |
2925
call activate pandas-dev
3026
ci\\incremental\\build.cmd

ci/incremental/setup_conda_environment.cmd

-23
This file was deleted.

0 commit comments

Comments
 (0)