Skip to content

Commit 4eb30b3

Browse files
authored
Switch release CI to DPF 2052.1.pre0 (#669)
1 parent 62c585d commit 4eb30b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci_release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
standalone_branch_suffix:
1212
description: 'Suffix of the branch on standalone'
1313
required: false
14-
default: '.pre1'
14+
default: '.pre0'
1515

1616
#┌───────────── minute (0 - 59)
1717
#│ ┌───────────── hour (0 - 23)
@@ -28,7 +28,7 @@ env:
2828
MODULE: 'post'
2929
DOCUMENTATION_CNAME: 'post.docs.pyansys.com'
3030
MAIN_PYTHON_VERSION: '3.10'
31-
ANSYS_VERSION: '242'
31+
ANSYS_VERSION: '251'
3232

3333
jobs:
3434
debug:
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
ANSYS_VERSION: ["242"]
65+
ANSYS_VERSION: ["251"]
6666
python-version: ["3.9", "3.10", "3.11"]
6767
os: ["windows-latest", "ubuntu-latest"]
6868

@@ -87,7 +87,7 @@ jobs:
8787
install_extras: plotting
8888
wheel: true
8989
wheelhouse: true
90-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
90+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
9191

9292
- name: "Prepare Testing Environment"
9393
uses: ansys/pydpf-actions/[email protected]
@@ -132,7 +132,7 @@ jobs:
132132
matrix:
133133
python-version: ["3.10"]
134134
os: ["windows-latest", "ubuntu-latest"]
135-
ANSYS_VERSION: ["241", "232", "231", "222"]
135+
ANSYS_VERSION: ["242", "241", "232", "231", "222"]
136136

137137
steps:
138138
- uses: actions/checkout@v4
@@ -188,17 +188,17 @@ jobs:
188188
examples:
189189
uses: ./.github/workflows/examples.yml
190190
with:
191-
ANSYS_VERSION: '242'
191+
ANSYS_VERSION: '251'
192192
python_versions: '["3.10"]'
193-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
193+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
194194
secrets: inherit
195195

196196
docs:
197197
uses: ./.github/workflows/docs.yml
198198
with:
199-
ANSYS_VERSION: '242'
199+
ANSYS_VERSION: '251'
200200
python_version: "3.10"
201-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
201+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
202202
event_name: ${{ github.event_name }}
203203
secrets: inherit
204204

0 commit comments

Comments
 (0)