Skip to content

Commit

Permalink
Require static checks to pass in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsheridan committed Sep 3, 2023
1 parent d3255a0 commit 556a563
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 556a563

Please sign in to comment.