We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36dd69 commit 40ee60cCopy full SHA for 40ee60c
1 file changed
.github/workflows/checks.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Lint with flake8
20
run: |
21
flake8 .
22
- - name: Test with coverage + pytest
+ - name: Test with pytest
23
24
pytest
0 commit comments