We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fb560 commit 266d16eCopy full SHA for 266d16e
.github/workflows/test.yml
@@ -74,10 +74,7 @@ jobs:
74
path: ./coverage.lcov
75
76
- name: Analyse with MyPy
77
- run: mypy src
78
-
79
- - name: Type tests with MyPy
80
- run: mypy --warn-unused-ignores typing_tests
+ run: mypy
81
82
test-with-unpinned-deps:
83
runs-on: ubuntu-latest
@@ -105,7 +102,7 @@ jobs:
105
102
106
103
107
104
if: success() || failure()
108
109
110
- name: Test with pytest
111
0 commit comments