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 41b18f6 commit ad11ba1
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 @@ -32,8 +32,8 @@ runs:
shell: bash
run : |
cd python && /databricks/python3/bin/pip install .
# echo "/databricks/python3/bin" >> "$GITHUB_PATH"
sudo update-alternatives --install /usr/bin/python3 python3 /databricks/python3/bin/python 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 ad11ba1

Please sign in to comment.