From d1cfa5e4205d76fb39a5de0362fcbbf8450c7e94 Mon Sep 17 00:00:00 2001 From: rahulkumar Date: Mon, 21 Oct 2024 17:56:57 -0700 Subject: [PATCH] Test in CI. Install dependencies using pyproject.toml --- .github/workflows/extensive_vector_search_tests.yml | 2 +- .github/workflows/integration_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/extensive_vector_search_tests.yml b/.github/workflows/extensive_vector_search_tests.yml index 1fb94062..ed072246 100644 --- a/.github/workflows/extensive_vector_search_tests.yml +++ b/.github/workflows/extensive_vector_search_tests.yml @@ -32,7 +32,7 @@ jobs: run: | python -m pip install --upgrade pip setuptools pip install . - working-directory: tests + working-directory: . - name: Retrieve the secret and decode it to a file diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 62896be3..ef93d110 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -36,7 +36,7 @@ jobs: run: | python -m pip install --upgrade pip setuptools pip install . - working-directory: tests + working-directory: . - name: Retrieve the secret and decode it to a file