From bdb39d0524b8422a4672998875191e7f70c63371 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..fa6481521 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: |