|
19 | 19 | - maint/*
|
20 | 20 | schedule:
|
21 | 21 | # 8am EST / 9am EDT Mondays
|
22 |
| - - cron: '0 13 * * 1' |
| 22 | + - cron: "0 13 * * 1" |
23 | 23 |
|
24 | 24 | defaults:
|
25 | 25 | run:
|
|
57 | 57 | needs: [build]
|
58 | 58 | strategy:
|
59 | 59 | matrix:
|
60 |
| - package: ['wheel', 'sdist'] |
| 60 | + package: ["wheel", "sdist"] |
61 | 61 | steps:
|
62 | 62 | - uses: actions/download-artifact@v4
|
63 | 63 | with:
|
@@ -90,28 +90,28 @@ jobs:
|
90 | 90 | runs-on: ${{ matrix.os }}
|
91 | 91 | strategy:
|
92 | 92 | matrix:
|
93 |
| - os: ['ubuntu-22.04'] |
94 |
| - python-version: ['3.8', '3.9', '3.10', '3.11'] |
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"] |
98 | 98 | deb-depends: [false]
|
99 |
| - nipype-extras: ['doc,tests,profiler'] |
| 99 | + nipype-extras: ["doc,tests,profiler"] |
100 | 100 | include:
|
101 | 101 | - os: ubuntu-22.04
|
102 |
| - python-version: '3.8' |
| 102 | + python-version: "3.8" |
103 | 103 | check: test
|
104 |
| - pip-flags: '' |
| 104 | + pip-flags: "" |
105 | 105 | depends: REQUIREMENTS
|
106 | 106 | deb-depends: true
|
107 | 107 | nipype-extras: doc,tests,profiler,duecredit,ssh
|
108 |
| - # - os: ubuntu-20.04 |
109 |
| - # python-version: 3.8 |
110 |
| - # check: test |
111 |
| - # pip-flags: '' |
112 |
| - # depends: NUMPY123 |
113 |
| - # deb-depends: true |
114 |
| - # nipype-extras: doc,tests,nipy,profiler,duecredit,ssh |
| 108 | + - os: ubuntu-20.04 |
| 109 | + python-version: 3.8 |
| 110 | + check: test |
| 111 | + pip-flags: "" |
| 112 | + depends: REQUIREMENTS |
| 113 | + deb-depends: true |
| 114 | + nipype-extras: doc,tests,nipy,profiler,duecredit,ssh |
115 | 115 | env:
|
116 | 116 | DEPENDS: ${{ matrix.depends }}
|
117 | 117 | CHECK_TYPE: ${{ matrix.check }}
|
|
0 commit comments