Try installing pip for action
Some checks failed
CI / Formatting (push) Successful in 35s
CI / Clippy (push) Failing after 56s
CI / Build (push) Failing after 7s
CI / Test Rust (push) Failing after 59s

This commit is contained in:
Michael Bradley 2025-02-23 03:42:00 -05:00
parent dca4806af8
commit 35d0c0b4a2
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -40,6 +40,8 @@ jobs:
uses: actions/setup-python@v5
with:
cache: pip
- name: Install pip
run: python3 -m ensurepip
- name: Set up Python environment
run: python3 -m pip install -r requirements.txt
- name: Set up Rust