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 359e852 commit 00d243bCopy full SHA for 00d243b
.github/workflows/ci.yml
@@ -198,11 +198,15 @@ jobs:
198
matrix:
199
version:
200
- ${{ fromJson(vars.ANSYS_VERSIONS_RETRO_WITH_PATCH) }}
201
- - ${{ fromJson(vars.ANSYS_VERSION_LAST_RELEASED_WITH_PATCH) }}
+ docstring:
202
+ - "false"
203
+ include:
204
+ - version: ${{ fromJson(vars.ANSYS_VERSION_LAST_RELEASED_WITH_PATCH) }}
205
+ docstring: "true"
206
uses: ./.github/workflows/tests.yml
207
with:
208
ANSYS_VERSION: ${{ matrix.version.version }}
209
python_versions: '["3.10"]'
- DOCSTRING: false
210
+ DOCSTRING: ${{ matrix.docstring }}
211
standalone_suffix: ${{ matrix.version.patch }}
212
secrets: inherit
0 commit comments