Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Mar 13, 2024
1 parent d202e01 commit 84c3817
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yaml
Expand Up @@ -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: |
Expand Down

0 comments on commit 84c3817

Please sign in to comment.