We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93be02 commit a12f1e8Copy full SHA for a12f1e8
1 file changed
.github/workflows/pinecone.yml
@@ -52,10 +52,11 @@ jobs:
52
- name: Install Hatch
53
run: pip install --upgrade hatch
54
55
+ # TODO: Once this integration is properly typed, use hatch run test:types
56
+ # https://github.com/deepset-ai/haystack-core-integrations/issues/1771
57
- name: Lint
- working-directory: integrations/pinecone
58
if: matrix.python-version == '3.9' && runner.os == 'Linux'
- run: hatch run lint:all
59
+ run: hatch run fmt-check && hatch run lint:typing
60
61
- name: Generate docs
62
0 commit comments