Skip to content

Commit

Permalink
adding verbose to pytest in workflow v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngupta10 committed Dec 14, 2023
1 parent 9797d44 commit 267464e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ jobs:
pip install gdown
gdown "${{ secrets.GOOGLE_DRIVE_LINK_LLAMA2 }}" -O ./tests/llama-2-7b-chat.Q5_K_S.gguf
- name: Run Pytest
run: python -B -m pytest -v --disable-warnings .
env:
PYTHONDONTWRITEBYTECODE: 1

- name: Test Code Coverage
run: pytest --cov=querent -vv --durations=0
Expand Down

0 comments on commit 267464e

Please sign in to comment.