We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49db60a commit 0855d91Copy full SHA for 0855d91
ci/environment.yml
@@ -4,10 +4,12 @@ channels:
4
- nodefaults
5
dependencies:
6
- python=3.10
7
- - dask
8
- - distributed
9
- flake8
10
- black
11
- pytest
12
- pytest-asyncio
13
- cryptography
+ - pip:
+ - 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