Use standard pip instead of pipx (#2733)

An attempt to solve macOS CI failures e.g.
https://github.com/astral-sh/uv/actions/runs/8488022849/job/23256538175
This commit is contained in:
Zanie Blue
2024-03-30 09:12:17 -05:00
committed by GitHub
parent ff6aea3f5c
commit 0ae285d4b8
+3 -4
View File
@@ -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