This commit is contained in:
parent
cb634c5f96
commit
33b8efa5b5
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: 3.13.2
|
||||||
cache: "pip"
|
cache: pip
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue