Set VIRTUAL_ENV to .venv instead of .venv/bin (#210)
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
Closes: #209
This commit is contained in:
+1
-1
@@ -99349,7 +99349,7 @@ function setupPython() {
|
|||||||
venvBinPath = ".venv/Scripts";
|
venvBinPath = ".venv/Scripts";
|
||||||
}
|
}
|
||||||
core.addPath(venvBinPath);
|
core.addPath(venvBinPath);
|
||||||
core.exportVariable("VIRTUAL_ENV", venvBinPath);
|
core.exportVariable("VIRTUAL_ENV", ".venv");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -143,7 +143,7 @@ async function setupPython(): Promise<void> {
|
|||||||
venvBinPath = ".venv/Scripts";
|
venvBinPath = ".venv/Scripts";
|
||||||
}
|
}
|
||||||
core.addPath(venvBinPath);
|
core.addPath(venvBinPath);
|
||||||
core.exportVariable("VIRTUAL_ENV", venvBinPath);
|
core.exportVariable("VIRTUAL_ENV", ".venv");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user