Try directly using GitHub Python setup action
Some checks failed
CI / Formatting (push) Successful in 41s
CI / Build (push) Failing after 43s

This commit is contained in:
Michael Bradley 2025-02-23 03:27:01 -05:00
parent 7a1b92280d
commit f8a923293b
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -51,9 +51,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python toolchain
uses: actions/setup-python@v5
uses: https://github.com/actions/setup-python@v5
with:
python-version: 3.13.2
python-version: "3.13"
cache: pip
- name: Set up Python environment
run: pip install -r requirements.txt
- name: Set up Rust