Skip to content

Commit 83671a4

Browse files
Require static checks to pass in CI
1 parent 2cd5a6f commit 83671a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ jobs:
104104
continue-on-error: >-
105105
${{
106106
(
107-
matrix.check_formatting == '1'
108-
|| endsWith(matrix.python, '-dev')
107+
endsWith(matrix.python, '-dev')
109108
|| endsWith(matrix.python, '-nightly')
110109
)
111110
&& true

0 commit comments

Comments
 (0)