Skip to content

Commit

Permalink
Fix gdal on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Jun 25, 2017
1 parent 30472c8 commit 596d043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install:

# Create environment with desired python version and activate it
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "SET GDAL_DATA=%PYTHON%\\Library\\share\\gdal"
- "conda install --yes --quiet python=%PYTHON_VERSION%"

# Check that we have the expected version and architecture for Python
Expand All @@ -30,7 +31,7 @@ install:

# install dependencies
- "python -m pip install --upgrade pip"
- "conda install --yes --quiet -c conda-forge geopandas matplotlib Pillow joblib netCDF4 scikit-image configobj pytest pyproj numpy rasterio krb5 xarray boto3"
- "conda install --yes --quiet -c gdal libgdal conda-forge geopandas matplotlib Pillow joblib netCDF4 scikit-image configobj pytest pyproj numpy rasterio krb5 xarray boto3"
- "pip install motionless"
- "pip install git+https://github.com/fmaussion/salem.git"
- "pip install -e ."
Expand Down

0 comments on commit 596d043

Please sign in to comment.