diff --git a/.github/workflows/python_wheels.yml b/.github/workflows/python_wheels.yml index db9c9c097ca..d07170b5aad 100644 --- a/.github/workflows/python_wheels.yml +++ b/.github/workflows/python_wheels.yml @@ -316,7 +316,10 @@ jobs: fi - name: Run Python MPI tests - if: matrix.os_image == 'redhat/ubi9:9.6' + # TODO: temporarily disabled due to flaky conda CUDA downloads + # (ConnectionResetError / ChecksumMismatchError). Re-enable once the + # conda install is hardened against transient network failures. + if: false && matrix.os_image == 'redhat/ubi9:9.6' uses: ./.github/actions/run-in-docker with: image: wheel_validation:local