Skip to content

Commit

Permalink
chore: Update tests.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Goncalves <[email protected]>
  • Loading branch information
diogoncalves authored Dec 18, 2024
1 parent aba8918 commit 1022954
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 -
# Install lib and dev dependencies
- name: Install llmstudio-core and run tests
- name: Install llmstudio-core
working-directory: ./libs/core
run: |
poetry install
pytest tests/unit_tests
- name: Run unit tests
run: |
poetry run pytest libs/core

0 comments on commit 1022954

Please sign in to comment.