Skip to content

Commit

Permalink
Add scipy as dependency for github test run
Browse files Browse the repository at this point in the history
  • Loading branch information
neilflood committed Apr 30, 2024
1 parent f176a24 commit bcd6100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
conda install flake8 gdal cloudpickle
conda install flake8 gdal cloudpickle scipy
- name: Lint with flake8
shell: bash -l {0}
run: |
Expand Down

0 comments on commit bcd6100

Please sign in to comment.