Skip to content

Commit 0855d91

Browse files
Install distributed from PR 9121
1 parent 49db60a commit 0855d91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/environment.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ channels:
44
- nodefaults
55
dependencies:
66
- python=3.10
7-
- dask
8-
- distributed
97
- flake8
108
- black
119
- pytest
1210
- pytest-asyncio
1311
- cryptography
12+
- pip:
13+
- pip install git+https://github.com/dask/dask.git
14+
- pip install git+https://github.com/dask/distributed.git@refs/pull/9121/head
15+

0 commit comments

Comments
 (0)