Attempt to fix zlib-related error in appveyor.

This commit is contained in:
Ward Fisher 2024-04-08 14:38:19 -06:00
parent 610afe8c2c
commit c2c6129980

View File

@ -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