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 dd98295 commit 5d88074
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 @@ -32,7 +32,8 @@ runs:
shell: bash
run : |
cd python && /databricks/python3/bin/pip install .
echo "/databricks/python3/bin" >> "$GITHUB_PATH"
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python${{ matrix.python_minor }} 1
# echo "/databricks/python3/bin" >> "$GITHUB_PATH"
- name: Test and build the scala JAR - skip tests is false
if: inputs.skip_tests == 'false'
shell: bash
Expand Down

0 comments on commit 5d88074

Please sign in to comment.