|
11 | 11 | standalone_branch_suffix: |
12 | 12 | description: 'Suffix of the branch on standalone' |
13 | 13 | required: false |
14 | | - default: '.pre1' |
| 14 | + default: '.pre0' |
15 | 15 |
|
16 | 16 | #┌───────────── minute (0 - 59) |
17 | 17 | #│ ┌───────────── hour (0 - 23) |
|
28 | 28 | MODULE: 'post' |
29 | 29 | DOCUMENTATION_CNAME: 'post.docs.pyansys.com' |
30 | 30 | MAIN_PYTHON_VERSION: '3.10' |
31 | | - ANSYS_VERSION: '242' |
| 31 | + ANSYS_VERSION: '251' |
32 | 32 |
|
33 | 33 | jobs: |
34 | 34 | debug: |
|
62 | 62 | strategy: |
63 | 63 | fail-fast: false |
64 | 64 | matrix: |
65 | | - ANSYS_VERSION: ["242"] |
| 65 | + ANSYS_VERSION: ["251"] |
66 | 66 | python-version: ["3.9", "3.10", "3.11"] |
67 | 67 | os: ["windows-latest", "ubuntu-latest"] |
68 | 68 |
|
|
87 | 87 | install_extras: plotting |
88 | 88 | wheel: true |
89 | 89 | wheelhouse: true |
90 | | - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
| 90 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
91 | 91 |
|
92 | 92 | - name: "Prepare Testing Environment" |
93 | 93 | uses: ansys/pydpf-actions/[email protected] |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | matrix: |
133 | 133 | python-version: ["3.10"] |
134 | 134 | os: ["windows-latest", "ubuntu-latest"] |
135 | | - ANSYS_VERSION: ["241", "232", "231", "222"] |
| 135 | + ANSYS_VERSION: ["242", "241", "232", "231", "222"] |
136 | 136 |
|
137 | 137 | steps: |
138 | 138 | - uses: actions/checkout@v4 |
@@ -188,17 +188,17 @@ jobs: |
188 | 188 | examples: |
189 | 189 | uses: ./.github/workflows/examples.yml |
190 | 190 | with: |
191 | | - ANSYS_VERSION: '242' |
| 191 | + ANSYS_VERSION: '251' |
192 | 192 | python_versions: '["3.10"]' |
193 | | - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
| 193 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
194 | 194 | secrets: inherit |
195 | 195 |
|
196 | 196 | docs: |
197 | 197 | uses: ./.github/workflows/docs.yml |
198 | 198 | with: |
199 | | - ANSYS_VERSION: '242' |
| 199 | + ANSYS_VERSION: '251' |
200 | 200 | python_version: "3.10" |
201 | | - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
| 201 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
202 | 202 | event_name: ${{ github.event_name }} |
203 | 203 | secrets: inherit |
204 | 204 |
|
|
0 commit comments