Disable CentOS system check (#2916)

This is broken (see https://github.com/astral-sh/uv/issues/2915) and not
a priority since we have Amazon Linux coverage
This commit is contained in:
Zanie Blue 2024-04-08 16:33:31 -05:00 committed by GitHub
parent f42013214a
commit 31860565f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -346,6 +346,8 @@ jobs:
run: python scripts/check_system_python.py --uv ./uv
system-test-centos:
# https://github.com/astral-sh/uv/issues/2915
if: false
needs: build-binary-linux
name: "check system | python on centos"
runs-on: ubuntu-latest