We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5defa7 commit f2124e6Copy full SHA for f2124e6
.github/workflows/ci.yml
@@ -71,6 +71,8 @@ jobs:
71
env:
72
PYTEST_HTTPSERVER_HOST: '127.0.0.1'
73
run: |
74
+ echo FOO
75
+ which poetry
76
poetry run pytest tests -s -vv --release
77
# poetry run pytest tests -s -vv --ssl
78
0 commit comments