pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
284 stars 78 forks source link

Add grpc unit test run, expand testing of VectorFactory #326

Closed jhamon closed 5 months ago

jhamon commented 5 months ago

Problem

There is a small number of unit tests that should only get run when grpc dependencies are installed. These were previously omitted from CI by mistake.

Solution

Add a step to run these grpc steps. Make it conditional on the use_grpc test matrix param.

Type of Change

ssmith-pc commented 5 months ago

Thanks!