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 f2fc222 commit 6a632d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ runs:
- name: Configure python interpreter
# uses: actions/setup-python@v2
# with:
# python-version: ${{ matrix.python }}
# python-version:
shell: bash
run: |
add-apt-repository ppa:deadsnakes/ppa
apt update
apt install -y python3.11 python3.11-dev python3.11-venv python3.11-distutils
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install -y python${{ matrix.python }} python${{ matrix.python }}-dev python${{ matrix.python }}-venv python${{ matrix.python }}-distutils
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python${{ matrix.python }} 1
python3 -m venv /databricks/python3
echo "/databricks/python3" >> "$GITHUB_PATH"
- name: Add packaged GDAL dependencies
Expand Down

0 comments on commit 6a632d2

Please sign in to comment.