Skip to content

Commit 6b51c94

Browse files
gfyoungjreback
authored andcommitted
BLD: Correct gcsfs install on Azure (#26358)
1 parent 971dcc1 commit 6b51c94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/incremental/setup_conda_environment.cmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ 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
1817

1918
call activate pandas-dev
19+
@rem gh-26345: we need to separate this out so that Azure doesn't complain
20+
conda install -c conda-forge gcsfs
2021
conda list
2122

2223
if %errorlevel% neq 0 exit /b %errorlevel%

0 commit comments

Comments
 (0)