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 dd206be commit 7412748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
python${{ matrix.python_minor }}-distutils
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python${{ matrix.python_minor }} 1
sudo mkdir -p /databricks
sudo chmod a+x /databricks
sudo chmod -R 766 /databricks
python3 -m venv /databricks/python3
echo "/databricks/python3" >> "$GITHUB_PATH"
- name: Add packaged GDAL dependencies
Expand Down

0 comments on commit 7412748

Please sign in to comment.