File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -233,20 +233,22 @@ jobs:
233233 strategy :
234234 fail-fast : false
235235 matrix :
236- dpf :
237- - {"version": "252", "standalone-suffix": ""}
238- - {"version": "251", "standalone-suffix": ""}
239- - {"version": "242", "standalone-suffix": ""}
240- - {"version": "241", "standalone-suffix": ".sp01"}
241- - {"version": "232", "standalone-suffix": ""}
242- - {"version": "231", "standalone-suffix": ""}
243- - {"version": "222", "standalone-suffix": ""}
236+ version :
237+ - ${{ fromJson(vars.ANSYS_VERSIONS_RETRO) }}
238+ standalone-suffix :
239+ - " "
240+ include :
241+ - version : " 241"
242+ - standalone-suffix : " .sp01"
243+ exclude :
244+ - version : " 241"
245+ - standalone-suffix : " "
244246 uses : ./.github/workflows/tests.yml
245247 with :
246- ANSYS_VERSION : ${{ matrix.dpf. version }}
248+ ANSYS_VERSION : ${{ matrix.version }}
247249 python_versions : ' ["3.10"]'
248250 DOCSTRING : false
249- standalone_suffix : ${{ matrix.dpf. standalone-suffix }}
251+ standalone_suffix : ${{ matrix.standalone-suffix }}
250252 secrets : inherit
251253
252254 sync-main-with-master :
You can’t perform that action at this time.
0 commit comments