2323 description : " extra pip --find-links argument to find custom dpf wheels"
2424 required : false
2525 type : string
26- default : ' ./dpf-standalone/v232 /dist'
26+ default : ' ./dpf-standalone/v241 /dist'
2727 custom-wheels-docker :
2828 description : " extra pip --find-links argument to find custom dpf wheels"
2929 required : false
@@ -36,7 +36,6 @@ concurrency:
3636 cancel-in-progress : true
3737
3838env :
39- ANSYS_VERSION : 232
4039 DOCUMENTATION_CNAME : ' dpf.docs.pyansys.com'
4140 MAIN_PYTHON_VERSION : ' 3.8'
4241
5655 - uses : actions/checkout@v3
5756
5857 - name : " Setup Python"
59- uses : actions/setup-python@v4
58+ uses : actions/setup-python@v4.6.0
6059 with :
6160 python-version : ${{ env.MAIN_PYTHON_VERSION }}
6261
@@ -69,19 +68,20 @@ jobs:
6968 tests :
7069 uses : ./.github/workflows/tests.yml
7170 with :
72- ANSYS_VERSION : " 232 "
71+ ANSYS_VERSION : " 241 "
7372 python_versions : ' ["3.8"]'
7473 wheel : true
7574 wheelhouse : false
7675 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
7776 custom-requirements : ${{ github.event.inputs.custom-requirements || 'requirements/requirements_dev.txt' }}
78- custom-wheels : ${{ github.event.inputs.custom-wheels || './dpf-standalone/v232 /dist' }}
77+ custom-wheels : ${{ github.event.inputs.custom-wheels || './dpf-standalone/v241 /dist' }}
7978 secrets : inherit
8079
8180 docker_tests :
8281 name : " Build and Test on Docker"
8382 uses : ./.github/workflows/test_docker.yml
8483 with :
84+ ANSYS_VERSION : " 241"
8585 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
8686 custom-requirements : ${{ github.event.inputs.custom-requirements || 'requirements/requirements_dev.txt' }}
8787 custom-wheels : ${{ github.event.inputs.custom-wheels-docker || './dpf-standalone/dist' }}
9191 name : " Run examples on Docker"
9292 uses : ./.github/workflows/examples_docker.yml
9393 with :
94- ANSYS_VERSION : " 232 "
94+ ANSYS_VERSION : " 241 "
9595 python_versions : ' ["3.8"]'
9696 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
9797 custom-requirements : ${{ github.event.inputs.custom-requirements || 'requirements/requirements_dev.txt' }}
@@ -102,10 +102,10 @@ jobs:
102102 if : startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
103103 uses : ./.github/workflows/docs.yml
104104 with :
105- ANSYS_VERSION : " 232 "
105+ ANSYS_VERSION : " 241 "
106106 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
107107 custom-requirements : ${{ github.event.inputs.custom-requirements || 'requirements/requirements_dev.txt' }}
108- custom-wheels : ${{ github.event.inputs.custom-wheels || './dpf-standalone/v232 /dist' }}
108+ custom-wheels : ${{ github.event.inputs.custom-wheels || './dpf-standalone/v241 /dist' }}
109109 event_name : ${{ github.event_name }}
110110 secrets : inherit
111111
@@ -115,7 +115,7 @@ jobs:
115115 needs : [docs]
116116 steps :
117117 - name : " Upload development documentation"
118- uses : pyansys /actions/doc-deploy-dev@v4
118+ uses : ansys /actions/doc-deploy-dev@v4
119119 with :
120120 cname : ${{ env.DOCUMENTATION_CNAME }}
121121 token : ${{ secrets.GITHUB_TOKEN }}
@@ -125,11 +125,23 @@ jobs:
125125 if : startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
126126 uses : ./.github/workflows/examples.yml
127127 with :
128- ANSYS_VERSION : " 232 "
128+ ANSYS_VERSION : " 241 "
129129 python_versions : ' ["3.8"]'
130130 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
131131 custom-requirements : ${{ github.event.inputs.custom-requirements || 'requirements/requirements_dev.txt' }}
132- custom-wheels : ${{ github.event.inputs.custom-wheels || './dpf-standalone/v232/dist' }}
132+ custom-wheels : ${{ github.event.inputs.custom-wheels || './dpf-standalone/v241/dist' }}
133+ secrets : inherit
134+
135+ retro_232 :
136+ name : " retro 232"
137+ if : startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
138+ uses : ./.github/workflows/tests.yml
139+ with :
140+ ANSYS_VERSION : " 232"
141+ python_versions : ' ["3.8"]'
142+ DOCSTRING : false
143+ standalone_suffix : ' '
144+ custom-wheels : ' ./dpf-standalone/v232/dist --pre'
133145 secrets : inherit
134146
135147 retro_231 :
@@ -170,9 +182,9 @@ jobs:
170182 if : startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
171183 uses : ./.github/workflows/pydpf-post.yml
172184 with :
173- ANSYS_VERSION : " 232 "
185+ ANSYS_VERSION : " 241 "
174186 post_branch : " master"
175187 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
176188 custom-requirements : ${{ github.event.inputs.custom-requirements || 'requirements/requirements_dev.txt' }}
177- custom-wheels : ${{ github.event.inputs.custom-wheels || './dpf-standalone/v232 /dist' }}
189+ custom-wheels : ${{ github.event.inputs.custom-wheels || './dpf-standalone/v241 /dist' }}
178190 secrets : inherit
0 commit comments