Skip to content

Commit 80b4d5f

Browse files
committed
ci(pr): build and install native Rust extension before running linters
1 parent 95f10d5 commit 80b4d5f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
run: |
2323
uv sync --locked --all-groups
2424
25+
- name: Build & install native extension (maturin develop)
26+
uses: PyO3/maturin-action@v1
27+
with:
28+
command: develop
29+
args: --release
30+
manylinux: "2_28"
31+
2532
- name: Run linters
2633
run: |
2734
make check-linting

0 commit comments

Comments
 (0)