Skip to content

Bump ctlsettings from 0.4.2 to 0.4.3 #2998

Bump ctlsettings from 0.4.2 to 0.4.3

Bump ctlsettings from 0.4.2 to 0.4.3 #2998

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ['3.12']
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Update environment
run: sudo apt update
- name: Install Spatialite and libgdal
run: sudo apt-get install libgdal-dev libsqlite3-mod-spatialite
- name: Build with Makefile
run: make