Skip to content

Commit

Permalink
REVERT ME: Adjust CI repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Aug 15, 2024
1 parent d8a9c8d commit c23fd8f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:
- tornado
- pyarrow
- urllib3
- git+https://github.com/dask/dask
- git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk
- git+https://github.com/dask/zict

# Increase this value to clear the cache on GitHub actions if nothing else in this file
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies:
# Temporary fix for https://github.com/pypa/setuptools/issues/4496
- setuptools < 71
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk
- git+https://github.com/dask-contrib/dask-expr
- git+https://github.com/dask/zict
- git+https://github.com/dask/crick # Only tested here
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
# Temporary fix for https://github.com/pypa/setuptools/issues/4496
- setuptools < 71
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk
- git+https://github.com/dask-contrib/dask-expr
- git+https://github.com/dask/zict
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
# Temporary fix for https://github.com/pypa/setuptools/issues/4496
- setuptools < 71
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk
- git+https://github.com/dask-contrib/dask-expr
- git+https://github.com/dask/zict
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-mindeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
# Distributed depends on the latest version of Dask
- pip
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk
# test dependencies
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rapids-logger "Install distributed"
python -m pip install -e .

rapids-logger "Install dask"
python -m pip install git+https://github.com/dask/dask
python -m pip install git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk

rapids-logger "Check Python versions"
python --version
Expand Down

0 comments on commit c23fd8f

Please sign in to comment.