Skip to content

Commit a88b2c9

Browse files
committed
Test with Iris release, in place of latest-main.
1 parent ea483d2 commit a88b2c9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ jobs:
5151
run: |
5252
conda install --yes numpy pytest pytest-mock iris xarray filelock requests zarr aiohttp fsspec
5353
54-
- name: "Install *latest* Iris"
55-
run: |
56-
git clone https://github.com/SciTools/iris.git ./iris
57-
cd iris
58-
pip install -e .
59-
cd ..
60-
6154
- name: "Install repo-under-test"
6255
run: |
6356
python -m pip install --no-deps --editable .

0 commit comments

Comments
 (0)