Skip to content

Commit

Permalink
gdal_calc python target?
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 29, 2024
1 parent 7ad415f commit 260dbc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ runs:
- name: Add packaged GDAL dependencies
shell: bash
run : |
which python3
which python
cd python && pip install .
which gdal_calc.py
head $(which gdal_calc.py)
# sudo dpkg -i python/mosaic/gdal/gdal_3.10.0-1_amd64.deb || :
# sudo apt-get update && sudo apt-get install -f -y
# sudo dpkg -i python/mosaic/gdal/gdal_3.10.0-1_amd64.deb
Expand Down

0 comments on commit 260dbc2

Please sign in to comment.