Skip to content

Commit 989f65b

Browse files
authored
Revert switch to 241 in ci_release.yml (#983)
1 parent 9d1928e commit 989f65b

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/ci_release.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424
#* * * * *
2525

2626
env:
27+
ANSYS_VERSION: 232
2728
DOCUMENTATION_CNAME: 'dpf.docs.pyansys.com'
2829
MAIN_PYTHON_VERSION: '3.8'
2930

@@ -56,7 +57,7 @@ jobs:
5657
tests:
5758
uses: ./.github/workflows/tests.yml
5859
with:
59-
ANSYS_VERSION: "241"
60+
ANSYS_VERSION: "232"
6061
python_versions: '["3.7", "3.8", "3.9", "3.10"]'
6162
wheel: true
6263
wheelhouse: true
@@ -66,28 +67,19 @@ jobs:
6667
docs:
6768
uses: ./.github/workflows/docs.yml
6869
with:
69-
ANSYS_VERSION: "241"
70+
ANSYS_VERSION: "232"
7071
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
7172
event_name: ${{ github.event_name }}
7273
secrets: inherit
7374

7475
examples:
7576
uses: ./.github/workflows/examples.yml
7677
with:
77-
ANSYS_VERSION: "241"
78+
ANSYS_VERSION: "232"
7879
python_versions: '["3.7", "3.8", "3.9", "3.10"]'
7980
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
8081
secrets: inherit
8182

82-
retro_232:
83-
name: "retro 232"
84-
uses: ./.github/workflows/tests.yml
85-
with:
86-
ANSYS_VERSION: "232"
87-
python_versions: '["3.8"]'
88-
DOCSTRING: false
89-
secrets: inherit
90-
9183
retro_231:
9284
name: "retro 231"
9385
uses: ./.github/workflows/tests.yml
@@ -115,14 +107,6 @@ jobs:
115107
DOCSTRING: false
116108
secrets: inherit
117109

118-
pydpf-post_241:
119-
name: "PyDPF-Post with 241"
120-
uses: ./.github/workflows/pydpf-post.yml
121-
with:
122-
ANSYS_VERSION: "241"
123-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
124-
secrets: inherit
125-
126110
pydpf-post_232:
127111
name: "PyDPF-Post with 232"
128112
uses: ./.github/workflows/pydpf-post.yml

0 commit comments

Comments
 (0)