We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225e667 commit 59a8951Copy full SHA for 59a8951
.github/workflows/code-quality-checks.yml
@@ -61,7 +61,7 @@ jobs:
61
# run test suite
62
#----------------------------------------------
63
- name: Run tests
64
- run: poetry run python -m pytest tests/unit -v
+ run: LOG_LEVEL=DEBUG poetry run python -m pytest tests/unit -v
65
run-unit-tests-with-arrow:
66
runs-on: ubuntu-latest
67
strategy:
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
check-linting:
117
118
0 commit comments