Skip to content

Commit 7dc8729

Browse files
authored
Fix ci_release.yml wheel concurrency for tests_any (#1855)
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
1 parent fbdc622 commit 7dc8729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
100100
python_versions: '["3.9"]'
101-
wheel: false
101+
wheel: true
102102
wheelhouse: false
103103
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
104104
test_any: true
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
111111
python_versions: '["3.10", "3.11"]'
112-
wheel: true
112+
wheel: false
113113
wheelhouse: false
114114
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
115115
test_any: true

0 commit comments

Comments
 (0)