File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
required : true
26
26
type : string
27
27
install_module :
28
- description : >
28
+ description : >
29
29
Flag to say if the current model should be installed should be installed
30
30
Excepted values are true of false
31
31
required : false
64
64
type : string
65
65
default : ' false'
66
66
cfg_file :
67
- description : >
67
+ description : >
68
68
Name of the cfg file to be created
69
69
excluding the ~./ start and .cfg end
70
70
The default string will skip the create cfg stage
98
98
required : true
99
99
type : string
100
100
rat_config_file :
101
- description : >
101
+ description : >
102
102
Which xml config file to use for rat.
103
103
Supported options are:
104
104
'rat.xml' all license acceptable to rat
@@ -266,19 +266,19 @@ jobs:
266
266
matrix :
267
267
include :
268
268
- runner : windows-latest
269
- python-version : " 3.12 "
269
+ python-version : " 3.13 "
270
270
checks : ' tests'
271
271
272
272
- runner : windows-2019
273
- python-version : 3.8
273
+ python-version : 3.9
274
274
checks : ' tests'
275
275
276
276
- runner : macos-latest
277
- python-version : " 3.12 "
277
+ python-version : " 3.13 "
278
278
checks : ' tests'
279
279
280
280
- runner : macos-12
281
- python-version : 3.8
281
+ python-version : 3.9
282
282
checks : ' tests'
283
283
284
284
runs-on : ${{ matrix.runner }}
You can’t perform that action at this time.
0 commit comments