File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,20 +102,20 @@ jobs:
102102 name : coverage-comment-pinecone
103103 path : python-coverage-comment-action-pinecone.txt
104104
105- - name : Run integration tests
106- env :
107- INDEX_NAME : ${{ matrix.INDEX_NAME }}
108- run : hatch run test:integration-cov-append-retry
109-
110- - name : Store combined coverage
111- if : github.event_name == 'push'
112- uses : py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
113- with :
114- GITHUB_TOKEN : ${{ github.token }}
115- COVERAGE_PATH : integrations/pinecone
116- SUBPROJECT_ID : pinecone-combined
117- MINIMUM_GREEN : 90
118- MINIMUM_ORANGE : 60
105+ # - name: Run integration tests
106+ # env:
107+ # INDEX_NAME: ${{ matrix.INDEX_NAME }}
108+ # run: hatch run test:integration-cov-append-retry
109+
110+ # - name: Store combined coverage
111+ # if: github.event_name == 'push'
112+ # uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
113+ # with:
114+ # GITHUB_TOKEN: ${{ github.token }}
115+ # COVERAGE_PATH: integrations/pinecone
116+ # SUBPROJECT_ID: pinecone-combined
117+ # MINIMUM_GREEN: 90
118+ # MINIMUM_ORANGE: 60
119119
120120 - name : Run unit tests with lowest direct dependencies
121121 if : github.event_name != 'push'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ classifiers = [
2525]
2626dependencies = [
2727 " haystack-ai>=2.26.1" ,
28- " pinecone[asyncio]>=7.0.0" ,
28+ " pinecone[asyncio,grpc ]>=7.0.0" ,
2929]
3030
3131[project .urls ]
You can’t perform that action at this time.
0 commit comments