Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Aug 29, 2023
1 parent 5a47523 commit a543de2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10.yaml
Expand Up @@ -74,4 +74,4 @@ dependencies:
- jinja2
- pip
- pip:
- git+https://github.com/dask/distributed
- git+https://github.com/dask/distributed@349d1efbc5b83fd3fd7aae71be9b04e2723d145a
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.11.yaml
Expand Up @@ -75,4 +75,4 @@ dependencies:
- jinja2
- pip
- pip:
- git+https://github.com/dask/distributed
- git+https://github.com/dask/distributed@349d1efbc5b83fd3fd7aae71be9b04e2723d145a
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9.yaml
Expand Up @@ -74,4 +74,4 @@ dependencies:
- jinja2
- pip
- pip:
- git+https://github.com/dask/distributed
- git+https://github.com/dask/distributed@349d1efbc5b83fd3fd7aae71be9b04e2723d145a
Expand Up @@ -15,7 +15,7 @@ dependencies:
# optional dependencies pulled in by pip install dask[distributed]
- pip
- pip:
- git+https://github.com/dask/distributed
- git+https://github.com/dask/distributed@349d1efbc5b83fd3fd7aae71be9b04e2723d145a
# test dependencies
- pre-commit
- pytest
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-mindeps-optional.yaml
Expand Up @@ -50,7 +50,7 @@ dependencies:
- pip
- pip:
# optional dependencies pulled in by pip install dask[distributed]
- git+https://github.com/dask/distributed
- git+https://github.com/dask/distributed@349d1efbc5b83fd3fd7aae71be9b04e2723d145a
# test dependencies
- pre-commit
- pytest
Expand Down

0 comments on commit a543de2

Please sign in to comment.