Fix Python steps in build job
This commit is contained in:
parent
b1eb4be4d0
commit
fe0fa80cf6
1 changed files with 2 additions and 1 deletions
|
@ -49,10 +49,11 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Set up Rust
|
||||
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||
- name: Set up Python
|
||||
- name: Set up Python toolchain
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.13.2
|
||||
- name: Set up Python environment
|
||||
run: pip install -r requirements.txt
|
||||
- name: Build Rust code
|
||||
run: maturin develop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue