diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2eaa52c..e3b796a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -18,13 +18,15 @@ jobs: auto-activate-base: true python-version: "3.12" - name: Install GDAL - run: conda install -c conda-forge gdal=3.4.0 fiona rasterio --yes + run: | + conda install -c conda-forge gdal --yes - name: Test GDAL installation run: | python -c "from osgeo import gdal" gdalinfo --version - name: Install dependencies run: | + pip install --upgrade setuptools python -m pip install --upgrade pip pip install --no-cache-dir Cython pip install -r requirements.txt