From cf3ccfc44971a284395904508a053db423392172 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Sun, 22 Dec 2024 02:21:25 +0300 Subject: [PATCH] chore: Change name for llm-api actions --- .github/workflows/unit-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-build.yml b/.github/workflows/unit-build.yml index 24490a5..b2e60f3 100644 --- a/.github/workflows/unit-build.yml +++ b/.github/workflows/unit-build.yml @@ -33,11 +33,11 @@ jobs: - name: Test with pytest run: | pytest -s tests - - name: Install extra dependencies + - name: Install llm-api dependencies run: | pip install pytest-asyncio pip install -r ./protollm_tools/llm-api/requirements.txt - - name: Extra test with pytest + - name: Test llm-api with pytest run: | pytest -s ./protollm_tools/llm-api/tests/unit