From 8f54ed48593a547fb77f2a51df64bc0ddc2143c2 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..71a82eaa7 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.8" + run: pip install dask-expr + - name: Install Python package and dependencies # [docs] contains [tests], which contains [report,tutorial] run: |