Skip to content

Bump sqlparse from 0.5.2 to 0.5.3 #3065

Bump sqlparse from 0.5.2 to 0.5.3

Bump sqlparse from 0.5.2 to 0.5.3 #3065

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