Skip to content

Commit 9c8e3cc

Browse files
committed
[DATALAD RUNCMD] npx prettier -w '.github/**/*.yml'
=== Do not change lines below === { "chain": [], "cmd": "npx prettier -w '.github/**/*.yml'", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 7512d7c commit 9c8e3cc

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/contrib.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
34-
os: ['ubuntu-latest']
34+
os: ["ubuntu-latest"]
3535
python-version: [3.8]
36-
nipype-extras: ['dev']
37-
check: ['specs', 'style']
36+
nipype-extras: ["dev"]
37+
check: ["specs", "style"]
3838
env:
3939
DEPENDS: ""
4040
CHECK_TYPE: ${{ matrix.check }}

.github/workflows/tests.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
- maint/*
2020
schedule:
2121
# 8am EST / 9am EDT Mondays
22-
- cron: '0 13 * * 1'
22+
- cron: "0 13 * * 1"
2323

2424
defaults:
2525
run:
@@ -57,7 +57,7 @@ jobs:
5757
needs: [build]
5858
strategy:
5959
matrix:
60-
package: ['wheel', 'sdist']
60+
package: ["wheel", "sdist"]
6161
steps:
6262
- uses: actions/download-artifact@v4
6363
with:
@@ -90,25 +90,25 @@ jobs:
9090
runs-on: ${{ matrix.os }}
9191
strategy:
9292
matrix:
93-
os: ['ubuntu-22.04']
94-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
95-
check: ['test']
96-
pip-flags: ['']
97-
depends: ['REQUIREMENTS']
93+
os: ["ubuntu-22.04"]
94+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
95+
check: ["test"]
96+
pip-flags: [""]
97+
depends: ["REQUIREMENTS"]
9898
deb-depends: [false]
99-
nipype-extras: ['doc,tests,profiler']
99+
nipype-extras: ["doc,tests,profiler"]
100100
include:
101101
- os: ubuntu-22.04
102-
python-version: '3.8'
102+
python-version: "3.8"
103103
check: test
104-
pip-flags: ''
104+
pip-flags: ""
105105
depends: REQUIREMENTS
106106
deb-depends: true
107107
nipype-extras: doc,tests,profiler,duecredit,ssh
108108
- os: ubuntu-20.04
109109
python-version: 3.8
110110
check: test
111-
pip-flags: ''
111+
pip-flags: ""
112112
depends: REQUIREMENTS
113113
deb-depends: true
114114
nipype-extras: doc,tests,nipy,profiler,duecredit,ssh

.github/workflows/tutorials.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test tutorials
33
on:
44
push:
55
branches:
6-
- 'rel/*'
6+
- "rel/*"
77

88
concurrency:
99
group: tutorials-${{ github.ref }}

0 commit comments

Comments
 (0)