Skip to content

Commit 866f0d4

Browse files
committed
Testing uv on a clean system
1 parent 14887fe commit 866f0d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,15 +484,15 @@ def run(self):
484484
if not (PY_ONLY or NO_TS):
485485
tensorrt_linux_external_dir = (
486486
lambda: subprocess.check_output(
487-
["bazel", "query", "@tensorrt//:nvinfer", "--output", "location"]
487+
[BAZEL_EXE, "query", "@tensorrt//:nvinfer", "--output", "location"]
488488
)
489489
.decode("ascii")
490490
.strip()
491491
.split("/BUILD.bazel")[0]
492492
)
493493
tensorrt_windows_external_dir = (
494494
lambda: subprocess.check_output(
495-
["bazel", "query", "@tensorrt_win//:nvinfer", "--output", "location"]
495+
[BAZEL_EXE, "query", "@tensorrt_win//:nvinfer", "--output", "location"]
496496
)
497497
.decode("ascii")
498498
.strip()

0 commit comments

Comments
 (0)