Skip to content

Commit 40ee60c

Browse files
authored
Fixed typo
1 parent e36dd69 commit 40ee60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Lint with flake8
2020
run: |
2121
flake8 .
22-
- name: Test with coverage + pytest
22+
- name: Test with pytest
2323
run: |
2424
pytest

0 commit comments

Comments
 (0)