From 044ad4f131b0d04c12643f7bfdf4d377499af6e1 Mon Sep 17 00:00:00 2001 From: Parshva Daftari <89991302+parshvadaftari@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:49:39 +0530 Subject: [PATCH] Reverting the changes of pip install (#3010) --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75e46c4e..64ddfe42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,11 +56,8 @@ jobs: run: sudo apt-get update && sudo apt-get install -y libgeos-dev - name: Install dependencies run: | - pip install --upgrade pip wheel setuptools - pip install --only-binary=shapely shapely - make install_all - pip install -e ".[test]" - pip install pinecone pinecone-text + pip install --upgrade pip + pip install -e ".[test,graph,vector_stores,llms,extras]" if: steps.cached-hatch-dependencies.outputs.cache-hit != 'true' - name: Run Formatting run: |