|
11 | 11 | ansys_version: |
12 | 12 | description: "Ansys version of the standalone." |
13 | 13 | required: false |
14 | | - default: '242' |
| 14 | + default: '251' |
15 | 15 | standalone_branch_suffix: |
16 | 16 | description: 'Suffix of the branch on standalone' |
17 | 17 | required: false |
18 | | - default: '.pre1' |
| 18 | + default: '.pre0' |
19 | 19 |
|
20 | 20 | #┌───────────── minute (0 - 59) |
21 | 21 | #│ ┌───────────── hour (0 - 23) |
@@ -77,38 +77,38 @@ jobs: |
77 | 77 | tests: |
78 | 78 | uses: ./.github/workflows/tests.yml |
79 | 79 | with: |
80 | | - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} |
| 80 | + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} |
81 | 81 | python_versions: '["3.9", "3.10", "3.11"]' |
82 | 82 | wheel: true |
83 | 83 | wheelhouse: true |
84 | | - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
| 84 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
85 | 85 | secrets: inherit |
86 | 86 |
|
87 | 87 | tests_any: |
88 | 88 | uses: ./.github/workflows/tests.yml |
89 | 89 | with: |
90 | | - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} |
| 90 | + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} |
91 | 91 | python_versions: '["3.9", "3.10", "3.11"]' |
92 | 92 | wheel: true |
93 | 93 | wheelhouse: false |
94 | | - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
| 94 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
95 | 95 | test_any: true |
96 | 96 | secrets: inherit |
97 | 97 |
|
98 | 98 | docs: |
99 | 99 | uses: ./.github/workflows/docs.yml |
100 | 100 | with: |
101 | | - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} |
102 | | - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
| 101 | + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} |
| 102 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
103 | 103 | event_name: ${{ github.event_name }} |
104 | 104 | secrets: inherit |
105 | 105 |
|
106 | 106 | examples: |
107 | 107 | uses: ./.github/workflows/examples.yml |
108 | 108 | with: |
109 | | - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} |
| 109 | + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} |
110 | 110 | python_versions: '["3.9", "3.10", "3.11"]' |
111 | | - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
| 111 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
112 | 112 | secrets: inherit |
113 | 113 |
|
114 | 114 | retro_241: |
@@ -148,13 +148,20 @@ jobs: |
148 | 148 | DOCSTRING: false |
149 | 149 | secrets: inherit |
150 | 150 |
|
| 151 | + pydpf-post_251: |
| 152 | + name: "PyDPF-Post with 251" |
| 153 | + uses: ./.github/workflows/pydpf-post.yml |
| 154 | + with: |
| 155 | + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} |
| 156 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
| 157 | + test_docstrings: "true" |
| 158 | + secrets: inherit |
| 159 | + |
151 | 160 | pydpf-post_242: |
152 | 161 | name: "PyDPF-Post with 242" |
153 | 162 | uses: ./.github/workflows/pydpf-post.yml |
154 | 163 | with: |
155 | | - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} |
156 | | - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
157 | | - test_docstrings: "true" |
| 164 | + ANSYS_VERSION: "242" |
158 | 165 | secrets: inherit |
159 | 166 |
|
160 | 167 | pydpf-post_241: |
@@ -189,17 +196,17 @@ jobs: |
189 | 196 | name: "Build and Test on Docker" |
190 | 197 | uses: ./.github/workflows/test_docker.yml |
191 | 198 | with: |
192 | | - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} |
193 | | - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
| 199 | + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} |
| 200 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
194 | 201 | secrets: inherit |
195 | 202 |
|
196 | 203 | docker_examples: |
197 | 204 | name: "Run examples on Docker" |
198 | 205 | uses: ./.github/workflows/examples_docker.yml |
199 | 206 | with: |
200 | | - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} |
| 207 | + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} |
201 | 208 | python_versions: '["3.9", "3.10", "3.11"]' |
202 | | - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
| 209 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
203 | 210 | secrets: inherit |
204 | 211 |
|
205 | 212 | draft_release: |
|
0 commit comments