Use apt to install Python modules for actions
Some checks failed
CI / Formatting (push) Successful in 39s
CI / Clippy (push) Failing after 51s
CI / Build (push) Failing after 7s
CI / Test Rust (push) Failing after 1m4s

This commit is contained in:
Michael Bradley 2025-02-23 04:29:35 -05:00
parent a1579e9036
commit 53361619b9
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -42,8 +42,7 @@ jobs:
cache: pip
- name: Set up Python environment
run: |
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
apt-get install python3-pip python3-setuptools python3-wheel python3-venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt