From a5d886abdb04f50f0d99b3b1a2e9a0161c530b36 Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Mon, 4 Nov 2024 22:32:49 +0100 Subject: [PATCH] Fix ci_release.yml wheel concurrency for tests_any Signed-off-by: paul.profizi --- .github/workflows/ci_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index b88970e190e..27815a3923b 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -98,7 +98,7 @@ jobs: with: ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} python_versions: '["3.9"]' - wheel: false + wheel: true wheelhouse: false standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} test_any: true @@ -109,7 +109,7 @@ jobs: with: ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} python_versions: '["3.10", "3.11"]' - wheel: true + wheel: false wheelhouse: false standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} test_any: true