Skip to content

Commit c891431

Browse files
WillAydTomAugspurger
authored andcommitted
CI: Added conda update step and re-added gcsfs (#26413)
1 parent ff4437e commit c891431

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ci/azure/windows.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ jobs:
1919
steps:
2020
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
2121
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
2325
displayName: Create anaconda environment
2426
- script: |
2527
call activate pandas-dev
28+
call conda list
2629
ci\\incremental\\build.cmd
2730
displayName: 'Build'
2831
- script: |

ci/deps/azure-windows-37.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: pandas-dev
22
channels:
33
- defaults
4+
- conda-forge
45
dependencies:
56
- beautifulsoup4
67
- bottleneck
8+
- gcsfs
79
- html5lib
810
- jinja2
911
- lxml

0 commit comments

Comments
 (0)