Skip to content

Commit 5632812

Browse files
authored
CI: set python version for linting (#211)
1 parent 4ddcb61 commit 5632812

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docker-gdal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
container:
23-
- "osgeo/gdal:ubuntu-small-latest" # >= python 3.8.10
23+
- "osgeo/gdal:ubuntu-small-latest" # >= python 3.10.6
2424
- "osgeo/gdal:ubuntu-small-3.6.2" # python 3.10.6
2525
- "osgeo/gdal:ubuntu-small-3.5.3" # python 3.8.10
2626
- "osgeo/gdal:ubuntu-small-3.4.3" # python 3.8.10

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
17+
with:
18+
python-version: "3.11"
1719
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)