We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8d3e9 commit b84ba2dCopy full SHA for b84ba2d
1 file changed
.github/workflows/pythonpackage.yml
@@ -63,8 +63,9 @@ jobs:
63
run: make -C doc html
64
65
mypy:
66
- continue-on-error: true
+ name: Run mypy static type checker (optional)
67
runs-on: ubuntu-latest
68
+ continue-on-error: true
69
steps:
70
- uses: actions/checkout@v4
71
- uses: actions/setup-python@v5
0 commit comments