Skip to content

Commit 5646a7e

Browse files
committed
Remove venv logic
1 parent 7735bb3 commit 5646a7e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

test/e2e/Tests/build-e2e-test.ps1

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -136,22 +136,6 @@ else
136136
if (!$SkipBuild)
137137
{
138138
EnsureValidPythonVersion
139-
Set-Location $E2EAppProjectDirectory
140-
141-
if (!(Test-Path $E2EAppVenvDirectory)) {
142-
Write-Host "Creating virtual environment for Python app"
143-
python3 -m venv ".venv"
144-
145-
Get-ChildItem | Format-Table -AutoSize
146-
147-
}
148-
else {
149-
Write-Host "Virtual environment already exists at $E2EAppVenvDirectory"
150-
}
151-
152-
Set-Location ".venv/Scripts"
153-
154-
.\activate
155139

156140
python3 -m pip install --upgrade pip
157141
python3 -m pip install -r "$E2EAppProjectDirectory\requirements.txt" --upgrade

0 commit comments

Comments
 (0)