[serve] Skip gradio installation on windows (#27649)

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>
This commit is contained in:
zcin 2022-08-08 12:57:45 -07:00 committed by GitHub
parent 025c927276
commit 45ebe632e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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};

View file

@ -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