From a3956632eb0232a409fd9758bcd6fdb893c49da1 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 11 Dec 2024 23:13:43 +0100 Subject: [PATCH] CI: update Windows Conda based build --- .github/workflows/cmake_builds.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake_builds.yml b/.github/workflows/cmake_builds.yml index f4935a41221a..024b8f715577 100644 --- a/.github/workflows/cmake_builds.yml +++ b/.github/workflows/cmake_builds.yml @@ -428,14 +428,15 @@ jobs: - name: Install dependency shell: bash -l {0} run: | - conda install --yes --quiet curl libiconv icu python=3.10 swig numpy pytest pytest-env pytest-benchmark filelock zlib lxml jsonschema setuptools - # FIXME: remove libnetcdf=4.9.2=nompi_h5902ca5_107 pinning as soon as https://github.com/conda-forge/libnetcdf-feedstock/issues/182 is resolved + conda install --yes --quiet curl libiconv icu python=3.12 swig numpy pytest pytest-env pytest-benchmark filelock zlib lxml jsonschema setuptools conda install --yes --quiet proj geos hdf4 hdf5 kealib \ - libnetcdf=4.9.2=nompi_h5902ca5_107 openjpeg poppler libtiff libpng xerces-c expat libxml2 kealib json-c \ + libnetcdf openjpeg poppler libtiff libpng xerces-c expat libxml2 kealib json-c \ cfitsio freexl geotiff libjpeg-turbo libpq libspatialite libwebp-base pcre pcre2 postgresql \ - sqlite tiledb zstd cryptopp cgal doxygen librttopo libkml openssl xz \ + sqlite tiledb zstd cryptopp cgal doxygen librttopo openssl liblzma-devel \ openjdk ant qhull armadillo blas blas-devel libblas libcblas liblapack liblapacke blosc libarchive \ - arrow-cpp pyarrow libaec libheif libavif cmake fsspec + libarrow pyarrow libaec libheif libavif cmake fsspec + # HACK due to an ongoing transition + cp $CONDA/envs/gdalenv/Library/bin/minizip.dll $CONDA/envs/gdalenv/Library/bin/libminizip.dll - name: Check CMake version shell: bash -l {0} run: |