Skip to content

Commit 508a6fb

Browse files
committed
Work around khaeru/genno#171
1 parent 818623b commit 508a6fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pytest.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,15 @@ jobs:
168168
- name: Install packages and dependencies
169169
# By default, install:
170170
# - ixmp, message_ix: from GitHub branches/tags per matrix.version.upstream (above)
171+
# - dask: work around https://github.com/khaeru/genno/issues/171
171172
# - other dependencies: from PyPI.
172173
#
173174
# To test against unreleased code (on `main`, or other branches for open PRs),
174175
# temporarily edit or add lines below as needed. DO NOT merge such changes to `main`.
175176
run: |
176177
uv pip install --upgrade \
177178
${{ steps.dependencies.outputs.value }} \
179+
"dask < 2025.4.0" \
178180
"ixmp @ git+https://github.com/iiasa/ixmp.git@${{ matrix.version.upstream }}" \
179181
"message-ix @ git+https://github.com/iiasa/message_ix.git@${{ matrix.version.upstream }}" \
180182
.[docs,tests]

0 commit comments

Comments
 (0)