Skip to content

Commit

Permalink
fix unit-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN authored Dec 20, 2024
1 parent 88bc396 commit 6fa6a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install extra dependencies
run: |
pip install pytest-asyncio
pip install ./protollm_tools/llm-api/requirements.txt
pip install -r ./protollm_tools/llm-api/requirements.txt
- name: Extra test with pytest
run: |
pytest -s ./protollm_tools/llm-api/tests/unit
Expand Down

0 comments on commit 6fa6a38

Please sign in to comment.