Fix action's Python version
Some checks failed
/ build (push) Failing after 10s

This commit is contained in:
Michael Bradley 2025-02-23 02:42:20 -05:00
parent cb634c5f96
commit 33b8efa5b5
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -8,8 +8,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: "pip"
python-version: 3.13.2
cache: pip
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Set up Rust