Skip to content

Commit 07cb6cd

Browse files
committed
Run against fork
1 parent ba5b65b commit 07cb6cd

7 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos:
6464
- tornado
6565
- pyarrow
6666
- urllib3
67-
- git+https://github.com/dask/dask
67+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
6868
- git+https://github.com/dask/zict
6969

7070
# Increase this value to clear the cache on GitHub actions if nothing else in this file

continuous_integration/environment-3.10.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies:
5656
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
5757
- httpx<0.28.0
5858
- pip:
59-
- git+https://github.com/dask/dask
59+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
6060
- git+https://github.com/dask/zict
6161
- git+https://github.com/dask/crick # Only tested here
6262
# Revert after https://github.com/dask/distributed/issues/8614 is fixed

continuous_integration/environment-3.11.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies:
5050
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
5151
- httpx<0.28.0
5252
- pip:
53-
- git+https://github.com/dask/dask
53+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
5454
- git+https://github.com/dask/zict
5555
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
5656
# - git+https://github.com/dask/s3fs

continuous_integration/environment-3.12.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies:
5050
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
5151
- httpx<0.28.0
5252
- pip:
53-
- git+https://github.com/dask/dask
53+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
5454
- git+https://github.com/dask/zict
5555
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
5656
# - git+https://github.com/dask/s3fs

continuous_integration/environment-3.13.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
5050
- httpx<0.28.0
5151
- pip:
52-
- git+https://github.com/dask/dask
52+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
5353
- git+https://github.com/dask/zict
5454
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
5555
# - git+https://github.com/dask/s3fs

continuous_integration/environment-mindeps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
# Distributed depends on the latest version of Dask
2424
- pip
2525
- pip:
26-
- git+https://github.com/dask/dask
26+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
2727
# test dependencies
2828
- pytest
2929
- pytest-cov

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpydoc
22
tornado
33
toolz
44
cloudpickle
5-
git+https://github.com/dask/dask
5+
git+https://github.com/fjetter/dask@remove_subgraph_callable
66
sphinx
77
dask-sphinx-theme>=3.0.0
88
# FIXME: `sphinxcontrib-*` pins are a workaround until we have sphinx>=5.

0 commit comments

Comments
 (0)