Skip to content

Commit

Permalink
Pin numpy in CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Jun 25, 2024
1 parent 50e53ab commit 799dd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: "Install dependencies"
run: |
conda install --yes pytest iris xarray filelock requests
"conda install --yes numpy<2 pytest iris xarray filelock requests"
- name: "Install *latest* Iris"
run: |
Expand Down

0 comments on commit 799dd01

Please sign in to comment.