Skip to content

Commit 148b559

Browse files
committed
last update
1 parent 6056533 commit 148b559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install poetry
2626
poetry install
2727
28-
- name: Run tests with coverage
28+
- name: Run tests with pytest
2929
run: |
3030
poetry run pytest tests -vv
3131

0 commit comments

Comments
 (0)