Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,8 @@ jobs:
fi
done

# TODO: enable
# if: matrix.os_image == 'redhat/ubi9:9.2'
# once conda license issues are resolved
- name: Run Python MPI tests
if: false
if: matrix.os_image == 'redhat/ubi9:9.6'
uses: ./.github/actions/run-in-docker
with:
image: wheel_validation:local
Expand Down
Loading