mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Drop Python patch test flag from default features (#3746)
This commit is contained in:
parent
7585250107
commit
845d788c91
2 changed files with 2 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -146,6 +146,7 @@ jobs:
|
|||
run: |
|
||||
export UV_BOOTSTRAP_DIR="$(pwd)/bin"
|
||||
cargo nextest run \
|
||||
--features python-patch \
|
||||
--workspace \
|
||||
--status-level skip --failure-output immediate-final --no-fail-fast -j 12 --final-status-level slow
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue