Skip to content

Merge pull request #2209 from ccnmtl/dependabot/npm_and_yarn/eslint-9… #3056

Merge pull request #2209 from ccnmtl/dependabot/npm_and_yarn/eslint-9…

Merge pull request #2209 from ccnmtl/dependabot/npm_and_yarn/eslint-9… #3056

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