Skip to content

Commit

Permalink
Temporarily disable automatic type checks in CI
Browse files Browse the repository at this point in the history
MyPy checks should be renabled once the types are fixed in
#545
  • Loading branch information
DonnchaC committed Sep 30, 2024
1 parent f79938b commit 79dd5b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Mypy
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
on: workflow_dispatch

jobs:
mypy_py3:
Expand Down

0 comments on commit 79dd5b8

Please sign in to comment.