From 6f708bb716e1b9e8bc16a168348056109f159bc1 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 13 Mar 2024 07:57:03 +0100 Subject: [PATCH] Work around IAMconsortium/pyam#834 --- .github/workflows/pytest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e7b71eb40..d3828ee0a 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -90,6 +90,10 @@ jobs: run: echo "RETICULATE_PYTHON=$pythonLocation" >> $GITHUB_ENV shell: bash + - name: Work around IAMconsortium/pyam#834 + if: matrix.python-version >= 3.9 + run: pip install dask-expr + - name: Install Python package and dependencies # [docs] contains [tests], which contains [report,tutorial] run: |