mirror of https://github.com/astral-sh/ruff
Remove maturin build from CI (#3322)
maturin build generally works when cargo build works, so imho it's not worth running it with every CI run.
This commit is contained in:
parent
3bcffb5bdd
commit
d1288dc2b1
|
|
@ -109,21 +109,6 @@ jobs:
|
||||||
./scripts/add_rule.py --name FirstRule --code TST001 --linter test
|
./scripts/add_rule.py --name FirstRule --code TST001 --linter test
|
||||||
- run: cargo check
|
- run: cargo check
|
||||||
|
|
||||||
maturin-build:
|
|
||||||
name: "maturin build"
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: "Install Rust toolchain"
|
|
||||||
run: rustup show
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
|
||||||
- uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: "3.11"
|
|
||||||
- run: pip install maturin
|
|
||||||
- run: maturin build -b bin
|
|
||||||
- run: python scripts/transform_readme.py --target pypi
|
|
||||||
|
|
||||||
typos:
|
typos:
|
||||||
name: "spell check"
|
name: "spell check"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue