Skip to content

Commit

Permalink
Merge pull request #4541 from neutrinoceros/exp_pin_scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Jun 27, 2023
2 parents ac55102 + ef4b4e1 commit 5a62e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,11 @@ jobs:
shell: bash
env:
dependencies: ''
# see https://github.com/SciTools/cartopy/issues/2199
# for why scipy is pinned here (this is meant a temporary measure)
run: |
source ./tests/ci_install.sh
python -m pip install cartopy scipy
python -m pip install cartopy "scipy<1.11"
- name: Run Image Tests
run: |
Expand Down

0 comments on commit 5a62e5c

Please sign in to comment.