We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c61ca8 commit 091b0f8Copy full SHA for 091b0f8
benchmark/benchmark.nu
@@ -54,6 +54,9 @@ export def install-py-binding [
54
] {
55
print "Installing new cpp-linter version (2.x) via python binding..."
56
cd ..
57
+ if not (".venv" | path exists) {
58
+ run-cmd uv venv
59
+ }
60
let path_to_dist = if ($wheel_path | is-not-empty) {
61
$wheel_path
62
} else {
0 commit comments