alpha
Login
or
Join now
mdales.tngl.sh
/
aoh-calculator
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Area of Habitat calculation code for biodiversity assessment pipelines
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update package builder
author
Michael Dales
date
3 months ago
(Apr 17, 2026, 8:59 AM +0100)
commit
5dfa9b22
5dfa9b22cacdbe8f727238f2e7d8965f8bb0e51b
parent
4f0433b3
4f0433b3efce8b0a4a2db4cdd44fdddf85a5bcd3
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
python-package.yml
+2
-2
.github/workflows/python-package.yml
View file
Reviewed
···
14
14
build:
15
15
runs-on: ubuntu-latest
16
16
environment: publishing
17
17
-
container: ghcr.io/osgeo/gdal:ubuntu-small-3.12.0
17
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
41
-
python -m pip install 'gdal[numpy]==3.12.0'
41
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