Closed brendan-ward closed 16 hours ago
The issue is that for the Windows conda test runner we are setting the version via an environment variable that doesn't account for the longer version number of 3.10.x:
GDAL_VERSION=$(gdalinfo --version | cut -c 6-10)
This returns "3.10.", which then fails to parse.
Ah, good catch!
Per our latest CI failures with conda-forge on Windows:
If I follow, it is failing on line 156 of
setup.py
:The GDAL version in conda-forge used here looks valid, so I'm not yet sure why this is failing to parse.