Skip to content

Commit

Permalink
BLD: Correct gcsfs install on Azure (pandas-dev#26358)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyoung authored and jreback committed May 12, 2019
1 parent 971dcc1 commit 6b51c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/incremental/setup_conda_environment.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ conda list
conda remove --all -q -y -n pandas-dev
@rem Scipy, CFFI, jinja2 and IPython are optional dependencies, but exercised in the test suite
conda env create --file=ci\deps\azure-windows-%CONDA_PY%.yaml
conda install -c conda-forge gcsfs

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

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

0 comments on commit 6b51c94

Please sign in to comment.