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 41004c1 commit dd98295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runs:
- name: Configure python interpreter
shell: bash
run: |
pip install numpy==${{ matrix.numpy }}
sudo bash <<EOF
add-apt-repository ppa:deadsnakes/ppa
apt update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
python: [ 3.11.0 ]
python_minor: [ 3.11 ]
numpy: [ 1.22.4 ]
numpy: [ 1.23.5 ]
gdal: [ 3.10.0 ]
spark: [ 3.5.0 ]
R: [ 4.3.2 ]
Expand Down

0 comments on commit dd98295

Please sign in to comment.