File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -168,13 +168,15 @@ jobs:
168
168
- name : Install packages and dependencies
169
169
# By default, install:
170
170
# - ixmp, message_ix: from GitHub branches/tags per matrix.version.upstream (above)
171
+ # - dask: work around https://github.com/khaeru/genno/issues/171
171
172
# - other dependencies: from PyPI.
172
173
#
173
174
# To test against unreleased code (on `main`, or other branches for open PRs),
174
175
# temporarily edit or add lines below as needed. DO NOT merge such changes to `main`.
175
176
run : |
176
177
uv pip install --upgrade \
177
178
${{ steps.dependencies.outputs.value }} \
179
+ "dask < 2025.4.0" \
178
180
"ixmp @ git+https://github.com/iiasa/ixmp.git@${{ matrix.version.upstream }}" \
179
181
"message-ix @ git+https://github.com/iiasa/message_ix.git@${{ matrix.version.upstream }}" \
180
182
.[docs,tests]
You can’t perform that action at this time.
0 commit comments