Skip to content

Commit

Permalink
Try installing cython in ci too
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed May 25, 2019
1 parent dec9eb6 commit 60ccc9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- conda --version
- activate testing
- conda install -y numpy pandas pyyaml xlrd xlsxwriter matplotlib==3.0.3 seaborn==0.9.0 six requests jupyter nbconvert
- conda install -y -c conda-forge libiconv gdal fiona "geopandas<0.5.0" cartopy
- conda install -y -c conda-forge libiconv gdal fiona "geopandas<0.5.0" cartopy cython

build: false

Expand Down
1 change: 1 addition & 0 deletions ci/environment-conda-forge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ libiconv
gdal
fiona
"geopandas<0.5.0"
cython
cartopy

0 comments on commit 60ccc9a

Please sign in to comment.