diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index 8efe2277c3..9623267abd 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -258,9 +258,12 @@ jobs: cache-to: type=gha,mode=max - name: Install dependencies run: | + python -m pip install --upgrade pip pip install grpcio pip install grpcio-tools pip install grpcio-health-checking==1.49.0 + pip show rpcio-health-checking + pip show protobuf - name: Integration Test with coverage env: FLYTEKIT_IMAGE: localhost:30000/flytekit:dev