Skip to content

Commit

Permalink
simplify pytest run
Browse files Browse the repository at this point in the history
Signed-off-by: Teo <[email protected]>
  • Loading branch information
teocns committed Dec 30, 2024
1 parent 86b3acd commit a718ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run tests with coverage
timeout-minutes: 10
run: |
uv run -m pytest -x -q --cov-report=xml --capture=no
uv run -m pytest -x -cov-report=xml
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
AGENTOPS_API_KEY: ${{ secrets.AGENTOPS_API_KEY }}
Expand Down

0 comments on commit a718ff3

Please sign in to comment.