Skip to content

Commit

Permalink
Make mypy failure optional
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 19, 2024
1 parent ea2eea8 commit 1c06dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
mypy:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
continue-on-error: true # For now, don't worry about passing mypy because of legacy
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 1c06dbe

Please sign in to comment.