Skip to content

Commit ba10ec7

Browse files
committed
add extra deps and trigger GHA locally
1 parent 1796100 commit ba10ec7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
push:
1212
branches:
1313
- "main"
14-
- "v*x"
14+
- add_warning_and_tests
1515
tags:
1616
- "v*"
1717
pull_request:
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: "Install dependencies"
5151
run: |
52-
conda install --yes numpy pytest pytest-mock iris xarray filelock requests
52+
conda install --yes numpy pytest pytest-mock iris xarray filelock requests zarr aiohttp
5353
5454
- name: "Install *latest* Iris"
5555
run: |

0 commit comments

Comments
 (0)