Skip to content

Commit 440e0be

Browse files
committed
Make mypy non-blocking in CI
1 parent 7592444 commit 440e0be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: ruff check src/ scripts/ tests/ examples/
2525
- name: mypy
2626
run: mypy src/aac/
27+
continue-on-error: true
2728

2829
test:
2930
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)