Skip to content

Commit 84e5f18

Browse files
committed
renable python MPI tests after licensing issues are resolved
Signed-off-by: Mitchell <[email protected]>
1 parent 2746644 commit 84e5f18

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python_wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,8 @@ jobs:
263263
fi
264264
done
265265
266-
# TODO: enable
267-
# if: matrix.os_image == 'redhat/ubi9:9.2'
268-
# once conda license issues are resolved
269266
- name: Run Python MPI tests
270-
if: false
267+
if: matrix.os_image == 'redhat/ubi9:9.6'
271268
uses: ./.github/actions/run-in-docker
272269
with:
273270
image: wheel_validation:local

0 commit comments

Comments
 (0)