Skip to content

Commit fa9cb1c

Browse files
committed
Install netCDF4 using conda instead of pip
Installing netCDF4 from pip was causing NETCDF -101 error during tests. Installing it from conda fix the issue.
1 parent c1c9495 commit fa9cb1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ deps =
2828
pytest-cov
2929
codecov
3030
conda_deps =
31+
netCDF4
3132
pyproj
3233
cartopy
3334
basemap

0 commit comments

Comments
 (0)