Skip to content

Commit a12f1e8

Browse files
committed
fix pinecone workflow
1 parent b93be02 commit a12f1e8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pinecone.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ jobs:
5252
- name: Install Hatch
5353
run: pip install --upgrade hatch
5454

55+
# TODO: Once this integration is properly typed, use hatch run test:types
56+
# https://github.com/deepset-ai/haystack-core-integrations/issues/1771
5557
- name: Lint
56-
working-directory: integrations/pinecone
5758
if: matrix.python-version == '3.9' && runner.os == 'Linux'
58-
run: hatch run lint:all
59+
run: hatch run fmt-check && hatch run lint:typing
5960

6061
- name: Generate docs
6162
if: matrix.python-version == '3.9' && runner.os == 'Linux'

0 commit comments

Comments
 (0)