From ca70b3fb9cbcb4e15dbaee0de64af952f0e16301 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Thu, 30 Dec 2021 20:07:22 +0800 Subject: [PATCH] [skip e2e]Remove upgrade protobuf (#14634) Signed-off-by: zhuwenxing --- .github/workflows/deploy-test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-test.yaml b/.github/workflows/deploy-test.yaml index f1cc26ab78..4c56507302 100644 --- a/.github/workflows/deploy-test.yaml +++ b/.github/workflows/deploy-test.yaml @@ -39,7 +39,6 @@ jobs: working-directory: tests/python_client/deploy run: | pip install -r requirements.txt - pip install --upgrade protobuf - name: Run deploy test timeout-minutes: 60