From 5cac7180761d6e7811986a5cff0e65ff4168ad95 Mon Sep 17 00:00:00 2001 From: Stephen Baione Date: Tue, 19 Nov 2024 17:05:19 +0000 Subject: [PATCH] Fix path to sglang integration tests --- .github/workflows/ci-sglang-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-sglang-integration-tests.yml b/.github/workflows/ci-sglang-integration-tests.yml index ab3188a8a..ee68ba322 100644 --- a/.github/workflows/ci-sglang-integration-tests.yml +++ b/.github/workflows/ci-sglang-integration-tests.yml @@ -83,4 +83,4 @@ jobs: run: pip install sentence_transformers - name: Run Integration Tests - run: pytest -v app_tests/integration_tests/sglang --log-cli-level=INFO + run: pytest -v app_tests/integration_tests/llm/sglang --log-cli-level=INFO