mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 23:25:19 -04:00
parent
118b7214ec
commit
fbbb11a370
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ async function setupPython(): Promise<void> {
|
|||
if (process.platform === "win32") {
|
||||
venvBinPath = ".venv/Scripts";
|
||||
}
|
||||
core.addPath(venvBinPath);
|
||||
core.addPath(path.resolve(venvBinPath));
|
||||
core.exportVariable("VIRTUAL_ENV", path.resolve(".venv"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue