Fix location of Python actions options
Some checks failed
/ build (push) Failing after 8s

This commit is contained in:
Michael Bradley 2025-02-23 02:40:43 -05:00
parent 0ec31b8972
commit cb634c5f96
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -7,10 +7,10 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- name: Install Python dependencies
with:
python-version: "3.13"
cache: "pip"
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Set up Rust
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1