From abbbf88ad342e70b0d1dab57100bf7821e0e25e5 Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Mon, 20 Oct 2025 23:31:49 +0100 Subject: [PATCH] CI: use scraping dependenies for integration tests --- .github/workflows/basic_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/basic_tests.yml b/.github/workflows/basic_tests.yml index 3f3e644a2..f89d031a6 100644 --- a/.github/workflows/basic_tests.yml +++ b/.github/workflows/basic_tests.yml @@ -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/