Skip to content

Commit

Permalink
Fix up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 21, 2024
1 parent 3c4e9a4 commit 035fed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
tags: ['v*']

jobs:
"mypy (expected failure)":
mypy_expected_failure:
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
Expand Down

0 comments on commit 035fed5

Please sign in to comment.