diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 23d5f837..8f49f02e 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -5,7 +5,7 @@ on: jobs: units-no-grpc: - name: Run tests + name: Run tests (REST) runs-on: ubuntu-latest strategy: matrix: @@ -45,7 +45,7 @@ jobs: - name: Setup Poetry uses: ./.github/actions/setup-poetry with: - include_grpc: true + include_grpc: false - name: Run unit tests (GRPC) run: poetry run pytest --cov=pinecone --timeout=120 tests/unit_grpc