From ffec72363347195601027314ca03d0354472cfca Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Fri, 19 Apr 2024 09:45:17 -0400 Subject: [PATCH] temporarily leave out mistral --- .github/workflows/scheduled_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduled_test.yml b/.github/workflows/scheduled_test.yml index e67d3afff426a..ecc80f7e6e0a4 100644 --- a/.github/workflows/scheduled_test.yml +++ b/.github/workflows/scheduled_test.yml @@ -22,8 +22,8 @@ jobs: - "libs/partners/ai21" - "libs/partners/fireworks" - "libs/partners/groq" - - "libs/partners/mistralai" - - "libs/partners/together" + # - "libs/partners/mistralai" + - "libs/partners/together" # needs standard-tests name: Python ${{ matrix.python-version }} - ${{ matrix.working-directory }} steps: - uses: actions/checkout@v4