Skip to content

Commit 17a9827

Browse files
committed
CI: Disable style checks
1 parent 8c44ea3 commit 17a9827

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/contrib.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
os: ['ubuntu-18.04']
2828
python-version: [3.8]
2929
nipype-extras: ['dev']
30-
check: ['specs', 'style']
30+
check: ['specs']
31+
# Re-enable style checks in separate PR
32+
# check: ['specs', 'style']
3133
env:
3234
DEPENDS: ""
3335
CHECK_TYPE: ${{ matrix.check }}

0 commit comments

Comments
 (0)