mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
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:
parent
f42013214a
commit
31860565f6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue