Skip to content

Commit 9268f4b

Browse files
💚 Workaround for pallets/click#824
1 parent eb60e2f commit 9268f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Install project
2323
run: poetry install
2424
- name: Run pytest
25-
run: poetry run pytest
25+
run: poetry run pytest -s

0 commit comments

Comments
 (0)