Skip to content

Commit

Permalink
ci: more verbose pytest output
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Sep 18, 2023
1 parent fbff8a8 commit f0fafb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
# unset doctests for earlier versions of python.
pytest_flags: ["-o addopts='' -m 'not bigquery and not snowflake'"]
pytest_flags: ["-v -o addopts='' -m 'not bigquery and not snowflake'"]
requirements: [""]
include:
# historical requirements
Expand Down

0 comments on commit f0fafb7

Please sign in to comment.