Skip to content

Commit 15f28de

Browse files
committed
TMP: change poetry args
1 parent f2124e6 commit 15f28de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ jobs:
7373
run: |
7474
echo FOO
7575
which poetry
76-
poetry run pytest tests -s -vv --release
76+
poetry --help
77+
78+
poetry --verbose run pytest tests -s -vv --release
7779
# poetry run pytest tests -s -vv --ssl
7880
7981

0 commit comments

Comments
 (0)