Use standard pip instead of pipx (#2733)

An attempt to solve macOS CI failures e.g.
2325653817
This commit is contained in:
Zanie Blue 2024-03-30 09:12:17 -05:00 committed by GitHub
parent ff6aea3f5c
commit 0ae285d4b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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