Skip to content

Commit fa2bd87

Browse files
committed
More fix
1 parent eaf58e7 commit fa2bd87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ if (!$SkipBuild)
138138
EnsureValidPythonVersion
139139

140140
python3 -m pip install --upgrade pip
141-
python3 -m pip install -r "$E2EAppProjectDirectory\requirements.txt" --upgrade
142-
python3 -m pip install -r "$ProjectBaseDirectory\requirements.txt" --upgrade
141+
python3 -m pip install -r (Join-Path $E2EAppProjectDirectory "requirements.txt") --upgrade
142+
python3 -m pip install -r (Join-Path $ProjectBaseDirectory "requirements.txt") --upgrade
143143
python3 -m pip install $ProjectBaseDirectory --force-reinstall --upgrade --no-deps --no-cache-dir
144144
}
145145

0 commit comments

Comments
 (0)