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 702878d commit da8880a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ runs:
with:
java-version: '8'
distribution: 'zulu'
- name: Configure python interpreter
# uses: actions/setup-python@v2
# with:
# python-version:
- name: Configure python interpreter
shell: bash
run: |
sudo bash <<EOF
Expand All @@ -27,6 +27,7 @@ runs:
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
Expand Down

0 comments on commit da8880a

Please sign in to comment.