CI: use scraping dependenies for integration tests
This commit is contained in:
parent
085e81c082
commit
abbbf88ad3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/basic_tests.yml
vendored
1
.github/workflows/basic_tests.yml
vendored
|
|
@ -123,6 +123,7 @@ jobs:
|
|||
uses: ./.github/actions/cognee_setup
|
||||
with:
|
||||
python-version: ${{ inputs.python-version }}
|
||||
extra-dependencies: "scraping"
|
||||
|
||||
- name: Run Integration Tests
|
||||
run: uv run pytest cognee/tests/integration/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue