Skip to content

Commit ff170d3

Browse files
committed
Fixing maturin develop --uv
1 parent 42f1670 commit ff170d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
export CARGO_INCREMENTAL=1
4242
cargo llvm-cov clean --workspace
4343
cargo test
44-
uv run -- maturin develop
44+
uv run -- maturin develop --uv
4545
uv run -- pytest tests --cov=foobar --cov-report xml
4646
cargo llvm-cov report --lcov --output-path coverage.lcov
4747
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)