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.
dask
1 parent f926a04 commit 0006829Copy full SHA for 0006829
.github/workflows/testing.yml
@@ -99,7 +99,7 @@ jobs:
99
if: "contains(github.event.pull_request.labels.*.name, 'ci distributed') || contains(github.event.pull_request.labels.*.name, 'ci downstream')"
100
env:
101
PROJECT: distributed
102
- TEST_REQUIREMENTS: cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures numpy pandas mock bokeh fsspec>=0.3.3 aiohttp pyarrow
+ TEST_REQUIREMENTS: cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures numpy pandas mock bokeh fsspec>=0.3.3 aiohttp pyarrow git+https://github.com/dask/dask
103
PROJECT_URL: https://github.com/dask/distributed.git
104
strategy:
105
matrix:
0 commit comments