From b270ffbb60f07511aba933897a8fff406fa7d526 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Thu, 21 Nov 2024 15:26:26 -0500 Subject: [PATCH] temporarily subset integration test job --- .github/workflows/scheduled_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled_test.yml b/.github/workflows/scheduled_test.yml index 6a4767988bf2a..d26e601f96132 100644 --- a/.github/workflows/scheduled_test.yml +++ b/.github/workflows/scheduled_test.yml @@ -100,7 +100,7 @@ jobs: GOOGLE_CSE_ID: ${{ secrets.GOOGLE_CSE_ID }} run: | cd langchain/${{ matrix.working-directory }} - make integration_tests + poetry run python -m pytest tests/integration_tests -k test_structured_few_shot_examples - name: Remove external libraries run: |