Skip to content

Commit 8aed17b

Browse files
committed
remove fork in environment yamls
1 parent 05599cf commit 8aed17b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

continuous_integration/environment-3.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ dependencies:
7575
- jinja2
7676
- pip
7777
- pip:
78-
- git+https://github.com/fjetter/distributed@support_task_spec
78+
- git+https://github.com/dask/distributed
7979
- git+https://github.com/dask/dask-expr

continuous_integration/environment-3.11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ dependencies:
7373
- jinja2
7474
- pip
7575
- pip:
76-
- git+https://github.com/fjetter/distributed@support_task_spec
76+
- git+https://github.com/dask/distributed
7777
- git+https://github.com/dask/dask-expr

continuous_integration/environment-3.12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ dependencies:
7373
- jinja2
7474
- pip
7575
- pip:
76-
- git+https://github.com/fjetter/distributed@support_task_spec
76+
- git+https://github.com/dask/distributed
7777
- git+https://github.com/dask/dask-expr

continuous_integration/environment-mindeps-distributed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
# optional dependencies pulled in by pip install dask[distributed]
1616
- pip
1717
- pip:
18-
- git+https://github.com/fjetter/distributed@support_task_spec
18+
- git+https://github.com/dask/distributed
1919
# test dependencies
2020
- pre-commit
2121
- pytest

continuous_integration/environment-mindeps-optional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies:
5050
- pip
5151
- pip:
5252
# optional dependencies pulled in by pip install dask[distributed]
53-
- git+https://github.com/fjetter/distributed@support_task_spec
53+
- git+https://github.com/dask/distributed
5454
- git+https://github.com/dask/dask-expr
5555
# test dependencies
5656
- pre-commit

0 commit comments

Comments
 (0)