Skip to content

Python: Avoid using int64 type in test (fails with GDAL < 3.5) #315

Python: Avoid using int64 type in test (fails with GDAL < 3.5)

Python: Avoid using int64 type in test (fails with GDAL < 3.5) #315

Workflow file for this run

name: Code Checks
on:
push:
paths-ignore:
- 'doc/**'
pull_request:
paths-ignore:
- 'doc/**'
permissions:
contents: read
jobs:
pre-commit-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]