1111 ansys_version :
1212 description : " Ansys version of the standalone."
1313 required : false
14- default : ' 251 '
14+ default : ' 252 '
1515 standalone_branch_suffix :
1616 description : ' Suffix of the branch on standalone'
1717 required : false
@@ -100,7 +100,7 @@ jobs:
100100 DOCSTRING : false
101101 test_any : true
102102 with :
103- ANSYS_VERSION : ${{ inputs.ansys_version || '251 ' }}
103+ ANSYS_VERSION : ${{ inputs.ansys_version || '252 ' }}
104104 python_versions : ${{ matrix.python_versions }}
105105 wheel : ${{ matrix.wheel }}
106106 wheelhouse : ${{ matrix.wheelhouse }}
@@ -112,15 +112,15 @@ jobs:
112112 docs :
113113 uses : ./.github/workflows/docs.yml
114114 with :
115- ANSYS_VERSION : ${{ inputs.ansys_version || '251 ' }}
115+ ANSYS_VERSION : ${{ inputs.ansys_version || '252 ' }}
116116 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
117117 event_name : ${{ github.event_name }}
118118 secrets : inherit
119119
120120 examples :
121121 uses : ./.github/workflows/examples.yml
122122 with :
123- ANSYS_VERSION : ${{ inputs.ansys_version || '251 ' }}
123+ ANSYS_VERSION : ${{ inputs.ansys_version || '252 ' }}
124124 python_versions : ' ["3.10", "3.11", "3.12", "3.13"]'
125125 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
126126 secrets : inherit
@@ -131,6 +131,7 @@ jobs:
131131 fail-fast : false
132132 matrix :
133133 dpf :
134+ - {"version": "251", "standalone-suffix": ""}
134135 - {"version": "242", "standalone-suffix": ""}
135136 - {"version": "241", "standalone-suffix": ".sp01"}
136137 - {"version": "232", "standalone-suffix": ""}
@@ -150,7 +151,8 @@ jobs:
150151 fail-fast : false
151152 matrix :
152153 dpf :
153- - {"version": "251", "standalone-suffix": "${{ github.event.inputs.standalone_branch_suffix || '' }}", "test_docstrings": "true"}
154+ - {"version": "252", "standalone-suffix": "${{ github.event.inputs.standalone_branch_suffix || '' }}", "test_docstrings": "true"}
155+ - {"version": "251", "standalone-suffix": "", "test_docstrings": "false"}
154156 - {"version": "242", "standalone-suffix": "", "test_docstrings": "false"}
155157 - {"version": "241", "standalone-suffix": "", "test_docstrings": "false"}
156158 - {"version": "232", "standalone-suffix": "", "test_docstrings": "false"}
@@ -167,15 +169,15 @@ jobs:
167169 name : " Build and Test on Docker"
168170 uses : ./.github/workflows/test_docker.yml
169171 with :
170- ANSYS_VERSION : ${{ inputs.ansys_version || '251 ' }}
172+ ANSYS_VERSION : ${{ inputs.ansys_version || '252 ' }}
171173 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
172174 secrets : inherit
173175
174176 docker_examples :
175177 name : " Run examples on Docker"
176178 uses : ./.github/workflows/examples_docker.yml
177179 with :
178- ANSYS_VERSION : ${{ inputs.ansys_version || '251 ' }}
180+ ANSYS_VERSION : ${{ inputs.ansys_version || '252 ' }}
179181 python_versions : ' ["3.10", "3.11", "3.12", "3.13"]'
180182 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
181183 secrets : inherit
0 commit comments