14
14
description : " ANSYS version"
15
15
required : false
16
16
type : string
17
- default : " 251 "
17
+ default : " 252 "
18
18
standalone_branch_suffix :
19
19
description : ' Suffix of the branch on standalone'
20
20
required : false
@@ -105,7 +105,7 @@ jobs:
105
105
uses : ./.github/workflows/tests.yml
106
106
needs : pick_server_suffix
107
107
with :
108
- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
108
+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
109
109
python_versions : ' ["3.9"]'
110
110
wheel : true
111
111
wheelhouse : false
@@ -116,7 +116,7 @@ jobs:
116
116
uses : ./.github/workflows/tests.yml
117
117
needs : pick_server_suffix
118
118
with :
119
- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
119
+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
120
120
python_versions : ' ["3.9"]'
121
121
wheel : true
122
122
wheelhouse : false
@@ -129,7 +129,7 @@ jobs:
129
129
uses : ./.github/workflows/test_docker.yml
130
130
needs : pick_server_suffix
131
131
with :
132
- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
132
+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
133
133
standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
134
134
secrets : inherit
135
135
@@ -138,7 +138,7 @@ jobs:
138
138
uses : ./.github/workflows/examples_docker.yml
139
139
needs : pick_server_suffix
140
140
with :
141
- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
141
+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
142
142
python_versions : ' ["3.9"]'
143
143
standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
144
144
secrets : inherit
@@ -148,7 +148,7 @@ jobs:
148
148
uses : ./.github/workflows/docs.yml
149
149
needs : pick_server_suffix
150
150
with :
151
- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
151
+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
152
152
standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
153
153
event_name : ${{ github.event_name }}
154
154
secrets : inherit
@@ -173,11 +173,22 @@ jobs:
173
173
uses : ./.github/workflows/examples.yml
174
174
needs : pick_server_suffix
175
175
with :
176
- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
176
+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
177
177
python_versions : ' ["3.9"]'
178
178
standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
179
179
secrets : inherit
180
180
181
+ retro_251 :
182
+ name : " retro 251"
183
+ if : startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
184
+ uses : ./.github/workflows/tests.yml
185
+ with :
186
+ ANSYS_VERSION : " 251"
187
+ python_versions : ' ["3.9"]'
188
+ DOCSTRING : false
189
+ standalone_suffix : ' '
190
+ secrets : inherit
191
+
181
192
retro_242 :
182
193
name : " retro 242"
183
194
if : startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
@@ -237,7 +248,7 @@ jobs:
237
248
uses : ./.github/workflows/pydpf-post.yml
238
249
needs : pick_server_suffix
239
250
with :
240
- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
251
+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
241
252
post_branch : " master"
242
253
standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
243
254
test_docstrings : " true"
0 commit comments