Add the Python toolchain to Rust tests

This commit is contained in:
Michael Bradley 2025-02-23 08:48:23 -05:00
parent 6b929834b7
commit e0131a1bfa
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -66,5 +66,9 @@ jobs:
uses: actions/checkout@v4
- name: Set up Rust
uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Set up the Python toolchain
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Run Rust tests
run: cargo test