Skip to content

Commit

Permalink
Apparently need to install numpy, too
Browse files Browse the repository at this point in the history
  • Loading branch information
neilflood committed May 28, 2024
1 parent d2e3c09 commit 2309ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: |
apt-get update
apt-get install -y --no-install-recommends \
python3-numpy \
python3-gdal python3-cloudpickle python3-scipy python3-pip
python -m pip install --upgrade pip
- name: Test with testrios
Expand Down

0 comments on commit 2309ba2

Please sign in to comment.