We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fed68 commit 27c9256Copy full SHA for 27c9256
.github/workflows/ci.yml
@@ -204,5 +204,5 @@ jobs:
204
ANSYS_VERSION: ${{ matrix.version }}
205
python_versions: '["3.10"]'
206
DOCSTRING: false
207
- standalone_suffix: ${{ matrix.version == '241' && '.sp01' || '' }}
+ standalone_suffix: ${{ matrix.version == '241' && '.sp01' || ${{ matrix.version == '252' && '.sp04' || '' }} }}
208
secrets: inherit
0 commit comments