fix: install aws for gh action
This commit is contained in:
parent
664459e239
commit
50032dd133
2 changed files with 1 additions and 3 deletions
3
.github/workflows/e2e_tests.yml
vendored
3
.github/workflows/e2e_tests.yml
vendored
|
|
@ -166,9 +166,6 @@ jobs:
|
|||
python-version: '3.11.x'
|
||||
extra-dependencies: "aws"
|
||||
|
||||
- name: Dependencies already installed
|
||||
run: echo "Dependencies already installed in setup"
|
||||
|
||||
- name: Run S3 Bucket Test
|
||||
env:
|
||||
ENV: 'dev'
|
||||
|
|
|
|||
1
.github/workflows/test_s3_file_storage.yml
vendored
1
.github/workflows/test_s3_file_storage.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
uses: ./.github/actions/cognee_setup
|
||||
with:
|
||||
python-version: '3.11.x'
|
||||
extra-dependencies: "aws"
|
||||
|
||||
- name: Run S3 File Storage Test
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue