From b00e3c98a656ee39d118d8e8bc49c13ace73154f Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Mon, 15 Jun 2026 10:07:05 +0100 Subject: [PATCH 1/2] Update ci-tests.yml --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index ffeb139..5dff960 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -63,7 +63,7 @@ jobs: - name: "Install dependencies" run: | - conda install --yes numpy pytest pytest-mock iris xarray filelock requests zarr aiohttp fsspec + conda install --yes numpy pytest pytest-mock iris=3.14 xarray filelock requests zarr aiohttp fsspec - name: "Install repo-under-test" run: | From ba7d19cf879ceeb1b2df7384193bec6d255bdb7c Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Mon, 15 Jun 2026 10:44:24 +0100 Subject: [PATCH 2/2] Update ci-tests.yml 3.14 failing Adjust again? --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 5dff960..24118d8 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -63,7 +63,7 @@ jobs: - name: "Install dependencies" run: | - conda install --yes numpy pytest pytest-mock iris=3.14 xarray filelock requests zarr aiohttp fsspec + conda install --yes numpy pytest pytest-mock iris=3.13 xarray filelock requests zarr aiohttp fsspec - name: "Install repo-under-test" run: |