Skip to content

Commit 4f59d76

Browse files
author
Christoph Paulik
committed
Fix appveyor build.
1 parent f46220f commit 4f59d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ install:
6262
# target Python version and architecture
6363
- "conda update --yes conda"
6464
- "conda config --add channels https://conda.anaconda.org/ioos"
65-
- "conda create -q --yes -n test python=%PYTHON_VERSION% numpy scipy pandas netCDF4 cython pytest pip matplotlib pyproj basemap"
65+
- "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"
6666
- "activate test"
6767
- "pip install pygeogrids"
6868
- "pip install pygeobase"

0 commit comments

Comments
 (0)