Skip to content

Commit 586385b

Browse files
committed
try
1 parent dde55da commit 586385b

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/pinecone.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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'

integrations/pinecone/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"haystack-ai>=2.26.1",
28-
"pinecone[asyncio]>=7.0.0",
28+
"pinecone[asyncio,grpc]>=7.0.0",
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)