Skip to content

Commit 7cdf69e

Browse files
committed
dummy check-in to trigger CI tests
1 parent 4b92f75 commit 7cdf69e

File tree

1 file changed

+3
-3
lines changed
  • airbyte-integrations/connectors/destination-pinecone

1 file changed

+3
-3
lines changed

airbyte-integrations/connectors/destination-pinecone/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ and place them into `secrets/config.json`.
3131
### Locally running the connector
3232

3333
```
34-
python main.py spec
35-
python main.py check --config secrets/config.json
36-
python main.py write --config secrets/config.json --catalog integration_tests/configured_catalog.json
34+
poetry run python main.py spec
35+
poetry run python main.py check --config secrets/config.json
36+
poetry run python main.py write --config secrets/config.json --catalog integration_tests/configured_catalog.json
3737
```
3838

3939
### Locally running the connector docker image

0 commit comments

Comments
 (0)