Skip to content

Commit

Permalink
Add verbosity flags to failing CI job
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd committed Sep 3, 2024
1 parent 5c44171 commit 952a348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Install dependencies
run: python -m pip install .[test]
run: python -m pip install .[test] -vvv

- name: Run tests
run: pytest
Expand Down

0 comments on commit 952a348

Please sign in to comment.