Skip to content

Commit 78de54f

Browse files
committed
BLD: Work around Azure Windows 3.7 failure
Closes gh-26345.
1 parent bb0376c commit 78de54f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/deps/azure-windows-37.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: pandas-dev
22
channels:
33
- defaults
4-
- conda-forge
54
dependencies:
65
- beautifulsoup4
76
- bottleneck
8-
- gcsfs
97
- html5lib
108
- jinja2
119
- lxml

ci/incremental/setup_conda_environment.cmd

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ conda list
1414
conda remove --all -q -y -n pandas-dev
1515
@rem Scipy, CFFI, jinja2 and IPython are optional dependencies, but exercised in the test suite
1616
conda env create --file=ci\deps\azure-windows-%CONDA_PY%.yaml
17+
conda install -c conda-forge gcsfs
1718

1819
call activate pandas-dev
1920
conda list

0 commit comments

Comments
 (0)