Skip to content

Bump pytz from 2024.2 to 2025.1 #3111

Bump pytz from 2024.2 to 2025.1

Bump pytz from 2024.2 to 2025.1 #3111

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