Try directly using GitHub Python setup action
This commit is contained in:
parent
7a1b92280d
commit
f8a923293b
1 changed files with 3 additions and 2 deletions
|
@ -51,9 +51,10 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Python toolchain
|
||||
uses: actions/setup-python@v5
|
||||
uses: https://github.com/actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.13.2
|
||||
python-version: "3.13"
|
||||
cache: pip
|
||||
- name: Set up Python environment
|
||||
run: pip install -r requirements.txt
|
||||
- name: Set up Rust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue