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 7cb3b7a commit 1996c99Copy full SHA for 1996c99
.github/workflows/python.yml
@@ -42,14 +42,12 @@ jobs:
42
pip install --no-cache-dir dist/*.whl
43
pytest
44
45
- # Disable due to robotpy issue. See
46
- # https://github.com/PhotonVision/photonvision/issues/1968
47
- # - name: Run mypy type checking
48
- # uses: liskin/gh-problem-matcher-wrap@v3
49
- # with:
50
- # linters: mypy
51
- # run: |
52
- # mypy --show-column-numbers --config-file photon-lib/py/pyproject.toml photon-lib
+ - name: Run mypy type checking
+ uses: liskin/gh-problem-matcher-wrap@v3
+ with:
+ linters: mypy
+ run: |
+ mypy --show-column-numbers --config-file photon-lib/py/pyproject.toml photon-lib
53
54
- name: Upload artifacts
55
uses: actions/upload-artifact@master
0 commit comments