From aeb2bdf710ea6063c2c1b7cd7a7e355bce19af5e Mon Sep 17 00:00:00 2001 From: PProfizi Date: Mon, 25 Nov 2024 12:01:53 +0100 Subject: [PATCH] Limit docstring testing in ci_release.yml --- .github/workflows/ci_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 27815a3923..18581aaa9b 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -88,6 +88,7 @@ jobs: with: ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} python_versions: '["3.10", "3.11"]' + DOCSTRING: false wheel: false wheelhouse: true standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} @@ -109,6 +110,7 @@ jobs: with: ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} python_versions: '["3.10", "3.11"]' + DOCSTRING: false wheel: false wheelhouse: false standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}