We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61207ff commit 0b204e9Copy full SHA for 0b204e9
1 file changed
test/e2e/Tests/build-e2e-test.ps1
@@ -136,22 +136,6 @@ else
136
if (!$SkipBuild)
137
{
138
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
155
156
python3 -m pip install --upgrade pip
157
python3 -m pip install -r (Join-Path $E2EAppProjectDirectory "requirements.txt") --upgrade
0 commit comments