Area of Habitat calculation code for biodiversity assessment pipelines
0

Configure Feed

Select the types of activity you want to include in your feed.

Update package builder

+2 -2
+2 -2
.github/workflows/python-package.yml
··· 14 14 build: 15 15 runs-on: ubuntu-latest 16 16 environment: publishing 17 - container: ghcr.io/osgeo/gdal:ubuntu-small-3.12.0 17 + container: ghcr.io/osgeo/gdal:ubuntu-small-3.12.2 18 18 strategy: 19 19 fail-fast: false 20 20 matrix: ··· 38 38 - name: Install Python dependencies 39 39 run: | 40 40 python -m pip install --upgrade pip 41 - python -m pip install 'gdal[numpy]==3.12.0' 41 + python -m pip install 'gdal[numpy]==3.12.2' 42 42 python -m pip install -e .[dev] 43 43 44 44 - name: Build pip package