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 f8fb537 commit 43342b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ runs:
- name: Add packaged GDAL dependencies
shell: bash
run : |
which python
python -m site
pip install databricks-mosaic-gdal==${{ matrix.gdal }}
sudo tar -xf /home/runner/.local/lib/python${{ matrix.python }}/site-packages/databricks-mosaic-gdal/resources/gdal-${{ matrix.gdal }}-filetree.tar.xz -C /
sudo tar -xhf /home/runner/.local/lib/python${{ matrix.python }}/site-packages/databricks-mosaic-gdal/resources/gdal-${{ matrix.gdal }}-symlinks.tar.xz -C /
Expand Down

0 comments on commit 43342b5

Please sign in to comment.