11
11
standalone_branch_suffix :
12
12
description : ' Suffix of the branch on standalone'
13
13
required : false
14
- default : ' .sp01 '
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 : ' 241 '
31
+ ANSYS_VERSION : ' 242 '
32
32
33
33
jobs :
34
34
debug :
62
62
strategy :
63
63
fail-fast : false
64
64
matrix :
65
- ANSYS_VERSION : ["241 "]
65
+ ANSYS_VERSION : ["242 "]
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 || '.sp01 ' }}
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]
@@ -122,7 +122,7 @@ jobs:
122
122
path : tests/junit/test-results.xml
123
123
124
124
- name : " Upload coverage to Codecov"
125
- uses : codecov/codecov-action@v3
125
+ uses : codecov/codecov-action@v4
126
126
127
127
retro :
128
128
name : " Retro-compatibility"
@@ -132,7 +132,7 @@ jobs:
132
132
matrix :
133
133
python-version : ["3.10"]
134
134
os : ["windows-latest", "ubuntu-latest"]
135
- ANSYS_VERSION : ["232", "231", "222"]
135
+ ANSYS_VERSION : ["241", " 232", "231", "222"]
136
136
137
137
steps :
138
138
- uses : actions/checkout@v4
@@ -183,22 +183,22 @@ jobs:
183
183
if : always()
184
184
185
185
- name : " Upload coverage to Codecov"
186
- uses : codecov/codecov-action@v3
186
+ uses : codecov/codecov-action@v4
187
187
188
188
examples :
189
189
uses : ./.github/workflows/examples.yml
190
190
with :
191
- ANSYS_VERSION : ' 241 '
191
+ ANSYS_VERSION : ' 242 '
192
192
python_versions : ' ["3.10"]'
193
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.sp01 ' }}
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 : ' 241 '
199
+ ANSYS_VERSION : ' 242 '
200
200
python_version : " 3.10"
201
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.sp01 ' }}
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