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 43618bf commit e06d985
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@ runs:
shell: bash
run : |
cd python && /databricks/python3/bin/pip install .
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
run: |
which python3
sudo update-alternatives --install /usr/bin/python3 python3 /databricks/python3/bin/python3 1
which python3
/databricks/python3/bin/python3 -c 'import numpy as np; print(np.__version__)'
python3 -c 'import numpy as np; print(np.__version__)'
sudo mvn -q clean install
- name: Build the scala JAR - skip tests is true
if: inputs.skip_tests == 'true'
Expand Down

0 comments on commit e06d985

Please sign in to comment.