Skip to content

Commit

Permalink
Merge pull request #2786 from richardsheridan/require-static-checks
Browse files Browse the repository at this point in the history
Require static checks to pass in CI
  • Loading branch information
richardsheridan authored Sep 3, 2023
2 parents 2cd5a6f + 83671a4 commit 1c15500
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ jobs:
continue-on-error: >-
${{
(
matrix.check_formatting == '1'
|| endsWith(matrix.python, '-dev')
endsWith(matrix.python, '-dev')
|| endsWith(matrix.python, '-nightly')
)
&& true
Expand Down

0 comments on commit 1c15500

Please sign in to comment.