Skip to content

Commit fd65a35

Browse files
committed
fix(ci): force install tarpaulin
1 parent a595ac1 commit fd65a35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: "3.13"
3333

3434
- name: Install cargo-tarpaulin
35-
run: cargo install cargo-tarpaulin --version 0.26.0
35+
run: cargo install cargo-tarpaulin --version 0.26.0 --force
3636

3737
- name: Set Python interpreter for pyo3
3838
run: echo "PYTHON_SYS_EXECUTABLE=$(which python3)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)