From 470c32af0149b215afc34f6bdab06775f9ffba29 Mon Sep 17 00:00:00 2001 From: Daniel Tipping Date: Mon, 11 Feb 2019 11:54:01 +0000 Subject: [PATCH] Appveyor: switch to libnetcdf --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 20fc68542..0c617e235 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -53,7 +53,7 @@ install: - cmd: conda install -c conda-forge cmake # other deps - - cmd: conda install netcdf4 + - cmd: conda install libnetcdf #---------------------------------# # build configuration #