From 0b16abcca417d6b3508c663d89a9670b04d779f0 Mon Sep 17 00:00:00 2001 From: Tom White Date: Wed, 19 Jun 2024 08:30:31 +0100 Subject: [PATCH] Disable failing Zarr v3 test for time being --- .github/workflows/tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a53f858..d962eafe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,9 +23,10 @@ jobs: include: - os: "ubuntu-latest" python-version: "3.12" - - os: "ubuntu-latest" - python-version: "3.12" - PIP_FLAGS: "--pre" + # Disable until Zarr v3 is working https://github.com/cubed-dev/cubed/issues/295 + # - os: "ubuntu-latest" + # python-version: "3.12" + # PIP_FLAGS: "--pre" steps: - name: Checkout source