From b489ff4e838760570e5e010dcbcc37d67c55a25f Mon Sep 17 00:00:00 2001 From: ChengjieLi Date: Wed, 27 Dec 2023 18:45:13 +0800 Subject: [PATCH] fix GPU test --- .github/workflows/python.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index e980238cb1..1cc657e10c 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -127,6 +127,8 @@ jobs: ${{ env.SELF_HOST_PYTHON }} -m pip install "openai>1" ${{ env.SELF_HOST_PYTHON }} -m pip install -U modelscope ${{ env.SELF_HOST_PYTHON }} -m pip install -U sse_starlette + ${{ env.SELF_HOST_PYTHON }} -m pip install -U "python-jose[cryptography]" + ${{ env.SELF_HOST_PYTHON }} -m pip install -U "passlib[bcrypt]" ${{ env.SELF_HOST_PYTHON }} -m pytest --timeout=1500 \ -W ignore::PendingDeprecationWarning \ --cov-config=setup.cfg --cov-report=xml --cov=xinference xinference/model/image/tests/test_stable_diffusion.py