Skip to content

Commit

Permalink
chore: Change name for llm-api actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN authored Dec 21, 2024
1 parent 8646fed commit cf3ccfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cf3ccfc

Please sign in to comment.