mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Use standard pip instead of pipx (#2733)
An attempt to solve macOS CI failures e.g.
2325653817
This commit is contained in:
parent
ff6aea3f5c
commit
0ae285d4b8
1 changed files with 3 additions and 4 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -81,11 +81,10 @@ jobs:
|
|||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
- name: "Install pipx"
|
||||
run: pip install pipx
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: pipx run scripts/bootstrap/install.py
|
||||
run: |
|
||||
python -m pip install "zstandard==0.22.0"
|
||||
python scripts/bootstrap/install.py
|
||||
|
||||
- name: "Install Rust toolchain"
|
||||
run: rustup show
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue