chore: add postgres dependency for cicd test
This commit is contained in:
parent
28faf7ce04
commit
032a74a409
1 changed files with 1 additions and 1 deletions
2
.github/workflows/examples_tests.yml
vendored
2
.github/workflows/examples_tests.yml
vendored
|
|
@ -298,7 +298,7 @@ jobs:
|
|||
uses: ./.github/actions/cognee_setup
|
||||
with:
|
||||
python-version: '3.11.x'
|
||||
extra-dependencies: "aws"
|
||||
extra-dependencies: "postgres aws"
|
||||
|
||||
- name: Run S3 Permissions Example
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue