Skip to content

Commit 43d01bd

Browse files
authored
Add retro tests for 242 (#1928)
1 parent 22f0d8d commit 43d01bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci_release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ jobs:
131131
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
132132
secrets: inherit
133133

134+
retro_242:
135+
name: "retro 242"
136+
uses: ./.github/workflows/tests.yml
137+
with:
138+
ANSYS_VERSION: "242"
139+
python_versions: '["3.9"]'
140+
DOCSTRING: false
141+
secrets: inherit
142+
134143
retro_241:
135144
name: "retro 241"
136145
uses: ./.github/workflows/tests.yml

0 commit comments

Comments
 (0)