Skip to content

Commit 5666bcc

Browse files
committed
pin click<8.3.0
1 parent a0ac03f commit 5666bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ray_nightly_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
python -m pip install --upgrade pip
7676
pip install wheel
77-
pip install "numpy<1.24"
77+
pip install "numpy<1.24" "click<8.3.0"
7878
SUBVERSION=$(python -c 'import sys; print(sys.version_info[1])')
7979
if [ "$(uname -s)" == "Linux" ]
8080
then

.github/workflows/raydp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python -m pip install --upgrade pip
7676
pip install wheel
7777
pip install "numpy<1.24"
78-
pip install "pydantic<2.0"
78+
pip install "pydantic<2.0" "click<8.3.0"
7979
SUBVERSION=$(python -c 'import sys; print(sys.version_info[1])')
8080
if [ "$(uname -s)" == "Linux" ]
8181
then

0 commit comments

Comments
 (0)