Add venv/bin as absolute path to PATH (#241)
Update Major Minor Tags / Make sure major and minor tags are up to date on a patch release (push) Has been cancelled
Update Major Minor Tags / Make sure major and minor tags are up to date on a patch release (push) Has been cancelled
Fixes: #239
This commit is contained in:
+1
-1
@@ -101686,7 +101686,7 @@ function setupPython() {
|
||||
if (process.platform === "win32") {
|
||||
venvBinPath = ".venv/Scripts";
|
||||
}
|
||||
core.addPath(venvBinPath);
|
||||
core.addPath(path.resolve(venvBinPath));
|
||||
core.exportVariable("VIRTUAL_ENV", path.resolve(".venv"));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user