Skip to content

Commit

Permalink
added back numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 20, 2024
1 parent 89e4502 commit 8f12ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -23,6 +23,7 @@ runs:
sudo apt-get update && sudo apt-get install -f -y
sudo dpkg -i python/mosaic/gdal/gdal_3.10.0-1_amd64.deb
sudo dpkg -L gdal
sudo apt-get install -y python3-numpy zip unzip
- name: Test and build the scala JAR - skip tests is false
if: inputs.skip_tests == 'false'
shell: bash
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<scope>provided</scope>
</dependency>
<!-- log4j -->
<dependency>
Expand Down

0 comments on commit 8f12ccc

Please sign in to comment.