Another try at Python action setup

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

View file

@ -51,12 +51,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python toolchain
uses: https://github.com/actions/setup-python@v5
uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: pip
- name: Set up Python environment
run: pip install -r requirements.txt
run: python3 -m pip install -r requirements.txt
- name: Set up Rust
uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Build Rust code