mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-10 04:14:18 +00:00
parent
d174a24c07
commit
887a942a15
2 changed files with 2 additions and 2 deletions
|
|
@ -143,7 +143,7 @@ async function setupPython(): Promise<void> {
|
|||
venvBinPath = ".venv/Scripts";
|
||||
}
|
||||
core.addPath(venvBinPath);
|
||||
core.exportVariable("VIRTUAL_ENV", venvBinPath);
|
||||
core.exportVariable("VIRTUAL_ENV", ".venv");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue