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 3f3781f commit d37d625
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ runs:
python${{ matrix.python_minor }}-dev \
python${{ matrix.python_minor }}-venv \
python${{ matrix.python_minor }}-distutils
# update-alternatives --install /usr/bin/python3 python3 /usr/bin/python${{ matrix.python_minor }} 1
mkdir -p /databricks
chown $USER:$USER /databricks
chmod -R 766 /databricks/
EOF
python3 -m venv /databricks/python3
# echo "/databricks/python3/bin" >> "$GITHUB_PATH"
- name: Add packaged GDAL dependencies
shell: bash
run : |
Expand Down

0 comments on commit d37d625

Please sign in to comment.