Skip to content

Commit 0cfac87

Browse files
authored
Limit docstring testing in ci_release.yml (#1927)
1 parent 43d01bd commit 0cfac87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
with:
8989
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
9090
python_versions: '["3.10", "3.11"]'
91+
DOCSTRING: false
9192
wheel: false
9293
wheelhouse: true
9394
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
@@ -109,6 +110,7 @@ jobs:
109110
with:
110111
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
111112
python_versions: '["3.10", "3.11"]'
113+
DOCSTRING: false
112114
wheel: false
113115
wheelhouse: false
114116
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}

0 commit comments

Comments
 (0)