Skip to content

Commit

Permalink
Add 'requests' as a dep for testing with iris.tests. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo authored Dec 1, 2023
1 parent 555ff35 commit 87ebb7f
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
conda install --yes pytest iris xarray filelock requests
- name: "Install *latest* Iris"
run: |
Expand Down

0 comments on commit 87ebb7f

Please sign in to comment.