Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Mar 12, 2024
1 parent a1c326f commit 6b35cc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yaml
Expand Up @@ -71,6 +71,9 @@ jobs:
if: ${{ matrix.version != 'main' }}
run: pip install pytest==8.0.0

- name: Work around IAMconsortium/pyam#834
run: pip install dask-expr

- name: Install packages and dependencies
# By default, install:
# - ixmp, message_ix: from GitHub branches/tags per matrix.upstream-version (above)
Expand Down
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Expand Up @@ -14,6 +14,11 @@ build:
tools:
python: "3.10"

# Work around IAMconsortium/pyam#834
jobs:
post_install:
- pip install dask-expr

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py
Expand Down

0 comments on commit 6b35cc6

Please sign in to comment.