[1pt] PR: Avoid importing both GDAL and rasterio in the same Python interpreter session #976
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint and Format Using Pre-Commit | |
on: | |
pull_request: | |
branches: | |
- dev | |
- main | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
lint-and-format: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Python | |
uses: actions/setup-python@v4 | |
with: | |
python-version-file: pyproject.toml | |
- uses: pre-commit/[email protected] |