Another try at Python action setup
This commit is contained in:
parent
f8a923293b
commit
f9705ada57
1 changed files with 2 additions and 3 deletions
|
@ -51,12 +51,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Python toolchain
|
||||
uses: https://github.com/actions/setup-python@v5
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
cache: pip
|
||||
- name: Set up Python environment
|
||||
run: pip install -r requirements.txt
|
||||
run: python3 -m pip install -r requirements.txt
|
||||
- name: Set up Rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- name: Build Rust code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue