mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
Fix virtual environment details in knot_benchmark (#13228)
This commit is contained in:
@@ -133,8 +133,8 @@ class Pyright(Tool):
|
||||
def cold_command(self, project: Project, venv: Venv) -> Command:
|
||||
command = [
|
||||
str(self.path),
|
||||
"--venvpath",
|
||||
"--threads",
|
||||
"--venvpath",
|
||||
str(
|
||||
venv.path.parent
|
||||
), # This is not the path to the venv folder, but the folder that contains the venv...
|
||||
@@ -201,6 +201,8 @@ class Venv:
|
||||
"uv",
|
||||
"pip",
|
||||
"install",
|
||||
"--python",
|
||||
self.python,
|
||||
"--quiet",
|
||||
*dependencies,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user