[CI] pin click version to fix broken test. #23544

This commit is contained in:
Chen Shen 2022-03-29 00:44:48 -07:00 committed by GitHub
parent 1d0fe1e1c3
commit 44114c8422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
aiohttp>=3.7 aiohttp>=3.7
aioredis < 2 aioredis < 2
aiosignal aiosignal
click >= 7.0 click >= 7.0, <= 8.0.4
cloudpickle cloudpickle
filelock filelock
frozenlist frozenlist

View file

@ -265,7 +265,7 @@ if setup_spec.type == SetupType.RAY:
if setup_spec.type == SetupType.RAY: if setup_spec.type == SetupType.RAY:
setup_spec.install_requires = [ setup_spec.install_requires = [
"attrs", "attrs",
"click >= 7.0", "click >= 7.0, <= 8.0.4",
"dataclasses; python_version < '3.7'", "dataclasses; python_version < '3.7'",
"filelock", "filelock",
"grpcio >= 1.28.1, <= 1.43.0", "grpcio >= 1.28.1, <= 1.43.0",