Skip to content

Commit b5defa7

Browse files
committed
TMP: re-add poetry
1 parent c534178 commit b5defa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
env:
7272
PYTEST_HTTPSERVER_HOST: '127.0.0.1'
7373
run: |
74-
echo FOO
74+
poetry run pytest tests -s -vv --release
75+
# poetry run pytest tests -s -vv --ssl
7576
7677
7778
- name: Codecov upload

0 commit comments

Comments
 (0)