Skip to content

Commit

Permalink
added explicit gdal deps installation to GH actions, even if tests sk…
Browse files Browse the repository at this point in the history
…ipped
  • Loading branch information
sllynn committed Nov 9, 2023
1 parent a4ab661 commit 8734597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
python: [ 3.9 ]
python: [ 3.9.5 ]
numpy: [ 1.21.5 ]
gdal: [ 3.4.3 ]
spark: [ 3.2.1 ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
python: [ 3.9 ]
python: [ 3.9.5 ]
numpy: [ 1.21.5 ]
gdal: [ 3.4.3 ]
spark: [ 3.2.1 ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
python: [ 3.9 ]
python: [ 3.9.5 ]
numpy: [ 1.21.5 ]
gdal: [ 3.4.3 ]
spark: [ 3.2.1 ]
Expand Down

0 comments on commit 8734597

Please sign in to comment.