mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[serve] Skip gradio installation on windows (#27649)
Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>
This commit is contained in:
parent
025c927276
commit
45ebe632e6
2 changed files with 1 additions and 2 deletions
1
ci/ci.sh
1
ci/ci.sh
|
@ -217,7 +217,6 @@ test_python() {
|
|||
--test_env=CI="1" \
|
||||
--test_env=RAY_CI_POST_WHEEL_TESTS="1" \
|
||||
--test_env=USERPROFILE="${USERPROFILE}" \
|
||||
--test_env=WINDIR \
|
||||
--test_output=streamed \
|
||||
-- \
|
||||
${test_shard_selection};
|
||||
|
|
|
@ -43,7 +43,7 @@ uvicorn==0.16.0
|
|||
dataclasses; python_version < '3.7'
|
||||
starlette==0.18.0
|
||||
aiorwlock
|
||||
gradio
|
||||
gradio; platform_system != "Windows"
|
||||
|
||||
# Requirements for running tests
|
||||
pyarrow >= 6.0.1, < 7.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue