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 e7e4192 commit f8fb537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
matrix:
python: [ 3.9 ]
numpy: [ 1.21.5 ]
gdal: [ 3.4.3 ]
spark: [ 3.2.1 ]
R: [ 4.1.2 ]
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
python: [ 3.9 ]
numpy: [ 1.21.5 ]
gdal: [ 3.4.3 ]
spark: [ 3.2.1 ]
R: [ 4.1.2 ]
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
python: [ 3.9 ]
numpy: [ 1.21.5 ]
gdal: [ 3.4.3 ]
spark: [ 3.2.1 ]
R: [ 4.1.2 ]
steps:
Expand Down

0 comments on commit f8fb537

Please sign in to comment.