Skip to content

Bump django-bootstrap4 from 24.3 to 24.4 #5384

Bump django-bootstrap4 from 24.3 to 24.4

Bump django-bootstrap4 from 24.3 to 24.4 #5384

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.12"]
node-version: [20.x]
services:
postgres:
image: postgis/postgis:15-master
env:
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install GDAL
run: sudo apt-get update && sudo apt-get install -y libgdal-dev
- name: Build with Makefile
run: make travis