Skip to content

Commit

Permalink
Fix appveyor build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Paulik committed Jan 13, 2017
1 parent f46220f commit 4f59d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ install:
# target Python version and architecture
- "conda update --yes conda"
- "conda config --add channels https://conda.anaconda.org/ioos"
- "conda create -q --yes -n test python=%PYTHON_VERSION% numpy scipy pandas netCDF4 cython pytest pip matplotlib pyproj basemap"
- "conda create -q --yes -n test -c conda-forge python=%PYTHON_VERSION% numpy scipy pandas netCDF4=1.2.4 cython pytest pip matplotlib pyproj basemap"
- "activate test"
- "pip install pygeogrids"
- "pip install pygeobase"
Expand Down

0 comments on commit 4f59d76

Please sign in to comment.