Skip to content

Commit

Permalink
resolve python location?
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 29, 2024
1 parent b6d901d commit 7ad415f
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 python3
which python
cd python && pip install .
# sudo dpkg -i python/mosaic/gdal/gdal_3.10.0-1_amd64.deb || :
# sudo apt-get update && sudo apt-get install -f -y
Expand Down

0 comments on commit 7ad415f

Please sign in to comment.