Skip to content
Snippets Groups Projects
Verified Commit d020705c authored by David Larlet's avatar David Larlet
Browse files

CI: install libgdal-dev for GDAL

parent 4d8e8bab
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,7 @@ test:
- mkdir -p "${APT_STATE_LISTS}/partial"
- mkdir -p "${APT_CACHE_ARCHIVES}/partial"
- apt update -qy
- apt install -y apt-utils
- apt install -y curl
- apt install -y apt-utils curl libgdal-dev
# Install uv, see https://docs.astral.sh/uv/#getting-started
- curl -LsSf https://astral.sh/uv/install.sh | sh
# Put uv in the path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment