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 5855401 commit b01f452
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 @@ -86,6 +86,9 @@ jobs:
pip install .[docs,tests] ${{ matrix.upstream.extra-deps }}
- name: Work around IAMconsortium/pyam#834
run: pip install dask-expr

- name: Configure local data path
run: |
mkdir -p message-local-data/cache
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 b01f452

Please sign in to comment.