Skip to content

Commit

Permalink
Try to solve VSIRemovePluginHandler missing symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Nov 10, 2024
1 parent 34204aa commit e574ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
environment-name: test
create-args: >-
python=${{ matrix.python-version }}
libgdal
libgdal=3.9
geos=3.11
cython=3
numpy
Expand All @@ -131,7 +131,7 @@ jobs:
if: matrix.os == 'windows-latest'
shell: bash -l {0}
run: |
GDAL_VERSION="3.9" micromamba run -n test python setup.py build_ext -I"$MAMBA_ROOT_PREFIX/envs/test/Library/include" -lgdal -L"$MAMBA_ROOT_PREFIX/envs/test/Library/lib" install
GDAL_VERSION="3.9.3" micromamba run -n test python setup.py build_ext -I"$MAMBA_ROOT_PREFIX/envs/test/Library/include" -lgdal -L"$MAMBA_ROOT_PREFIX/envs/test/Library/lib" install
micromamba run -n test python -m pip install -r requirements-dev.txt
rm -rf fiona
Expand Down

0 comments on commit e574ed0

Please sign in to comment.