File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ jobs:
19
19
steps :
20
20
- powershell : Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
21
21
displayName : Add conda to PATH
22
- - script : conda env create --file ci\\deps\\azure-windows-$(CONDA_PY).yaml
22
+ - script : conda update -q -n base conda
23
+ displayName : Update conda
24
+ - script : conda env create -q --file ci\\deps\\azure-windows-$(CONDA_PY).yaml
23
25
displayName : Create anaconda environment
24
26
- script : |
25
27
call activate pandas-dev
28
+ call conda list
26
29
ci\\incremental\\build.cmd
27
30
displayName: 'Build'
28
31
- script : |
Original file line number Diff line number Diff line change 1
1
name : pandas-dev
2
2
channels :
3
3
- defaults
4
+ - conda-forge
4
5
dependencies :
5
6
- beautifulsoup4
6
7
- bottleneck
8
+ - gcsfs
7
9
- html5lib
8
10
- jinja2
9
11
- lxml
You can’t perform that action at this time.
0 commit comments