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 3e4dcbe commit 5d8f5d8Copy full SHA for 5d8f5d8
.github/workflows/test-runner.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
python-version: ${{ matrix.python-version }}
27
28
- - name: Run unit tests
+ - name: Run mypy
29
run: |
30
pip install .
31
pip install -r requirements-dev.txt
0 commit comments