Skip to content

Commit b84ba2d

Browse files
committed
Reorder to have continue-on-error honored correctly.
Add a name to the job while we're at it.
1 parent 5b8d3e9 commit b84ba2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
run: make -C doc html
6464

6565
mypy:
66-
continue-on-error: true
66+
name: Run mypy static type checker (optional)
6767
runs-on: ubuntu-latest
68+
continue-on-error: true
6869
steps:
6970
- uses: actions/checkout@v4
7071
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)