mirror of https://github.com/astral-sh/ruff
parent
ba27e50164
commit
04f863ccd2
|
|
@ -2,9 +2,9 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cargo_build:
|
cargo_build:
|
||||||
|
|
@ -105,7 +105,7 @@ jobs:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: "3.10"
|
||||||
- run: pip install maturin
|
- run: pip install maturin
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -227,9 +227,9 @@ jobs:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
target: [x86_64, aarch64]
|
target: [x86_64, aarch64]
|
||||||
python-version:
|
python-version:
|
||||||
- '3.7'
|
- "3.7"
|
||||||
- '3.8'
|
- "3.8"
|
||||||
- '3.9'
|
- "3.9"
|
||||||
exclude:
|
exclude:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
target: aarch64
|
target: aarch64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue