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 772aaee commit 282b01c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
if: inputs.skip_tests == 'false'
shell: bash
run: |
which python3
python3 -c 'import numpy as np; print(np.__version__)'
sudo mvn -q clean install
- name: Build the scala JAR - skip tests is true
Expand Down

0 comments on commit 282b01c

Please sign in to comment.