We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2124e6 commit 15f28deCopy full SHA for 15f28de
1 file changed
.github/workflows/ci.yml
@@ -73,7 +73,9 @@ jobs:
73
run: |
74
echo FOO
75
which poetry
76
- poetry run pytest tests -s -vv --release
+ poetry --help
77
+
78
+ poetry --verbose run pytest tests -s -vv --release
79
# poetry run pytest tests -s -vv --ssl
80
81
0 commit comments