From c2c6129980dcc092bfaffd349871493d7d25932d Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Mon, 8 Apr 2024 14:38:19 -0600 Subject: [PATCH] Attempt to fix zlib-related error in appveyor. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ed3ca77a0..9ce811208 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ install: - cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat - cmd: conda config --set always_yes yes --set changeps1 no --set show_channel_urls true - cmd: conda update conda - - cmd: conda install hdf5=1.8.18 curl hdf4 + - cmd: conda install hdf5=1.8.18 curl hdf4 zlib configuration: Release