Skip to content

Commit 30eec2b

Browse files
committed
Build script fix
1 parent 7740f55 commit 30eec2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ if (!$SkipBuild)
140140

141141
if (!(Test-Path $E2EAppVenvDirectory)) {
142142
Write-Host "Creating virtual environment for Python app"
143-
python -m venv .venv
143+
python -m venv ".venv"
144144
}
145145
else {
146146
Write-Host "Virtual environment already exists at $E2EAppVenvDirectory"

0 commit comments

Comments
 (0)