Compare commits
2 commits
0ef7331276
...
f8a923293b
Author | SHA1 | Date | |
---|---|---|---|
f8a923293b | |||
7a1b92280d |
1 changed files with 5 additions and 9 deletions
|
@ -11,10 +11,8 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
|
||||||
override: false
|
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: Check Rust formatting
|
- name: Check Rust formatting
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
@ -53,16 +51,14 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python toolchain
|
- name: Set up Python toolchain
|
||||||
uses: actions/setup-python@v5
|
uses: https://github.com/actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.13.2
|
python-version: "3.13"
|
||||||
|
cache: pip
|
||||||
- name: Set up Python environment
|
- name: Set up Python environment
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
override: false
|
|
||||||
- name: Build Rust code
|
- name: Build Rust code
|
||||||
run: maturin develop
|
run: maturin develop
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue