Skip to content

Commit

Permalink
Fixing maturin develop --uv
Browse files Browse the repository at this point in the history
  • Loading branch information
cjermain committed Feb 5, 2025
1 parent 42f1670 commit ff170d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
export CARGO_INCREMENTAL=1
cargo llvm-cov clean --workspace
cargo test
uv run -- maturin develop
uv run -- maturin develop --uv
uv run -- pytest tests --cov=foobar --cov-report xml
cargo llvm-cov report --lcov --output-path coverage.lcov
- uses: codecov/codecov-action@v5
Expand Down

0 comments on commit ff170d3

Please sign in to comment.