From 8af31640e657ffd72284af8142c658dece2c0f7f Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Mon, 11 Nov 2024 11:27:12 +0100 Subject: [PATCH] Install compatible dask-expr version --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index a7b50acfe6..f7a1e90273 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -111,7 +111,7 @@ jobs: # TEMPORARY Work around dask v2024.11.0; # see https://github.com/khaeru/genno/issues/149 - pip install "dask < 2024.11.0" + pip install '"dask < 2024.11.0" "dask-expr < 1.1.17"' - name: Configure local data path run: |