Skip to content

Commit 8cbc480

Browse files
committed
ci: Prevent duplicate builds during CI runs
1 parent b48ac27 commit 8cbc480

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Install dependencies and build the package
4444
run: |
45-
uv sync --locked --all-extras
46-
uv run maturin build
47-
uv pip install .
45+
uv sync --locked --all-extras --no-install-project
46+
uv run maturin develop
4847
- name: Test
4948
run: |
5049
uv run pytest

0 commit comments

Comments
 (0)