File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Write-Host "--------------------------------------------------------------------
88
88
Write-Host " Preparing E2E integration tests..." - ForegroundColor Green
89
89
Write-Host " -----------------------------------------------------------------------------`n " - ForegroundColor Green
90
90
python - m pip install - U pip
91
- pip install - e .[dev ]
91
+ python - m pip install - U - e .[dev ]
92
92
python setup.py build
93
93
python setup.py extension
94
94
Write-Host " -----------------------------------------------------------------------------`n " - ForegroundColor Green
@@ -97,5 +97,5 @@ Write-Host "--------------------------------------------------------------------
97
97
Write-Host " Running E2E integration tests..." - ForegroundColor Green
98
98
Write-Host " -----------------------------------------------------------------------------`n " - ForegroundColor Green
99
99
$env: CORE_TOOLS_EXE_PATH = " $funcExePath "
100
- pytest -- junitxml= e2e- integration- test-report .xml -- reruns 4 tests/ endtoend
100
+ python - m pytest -- junitxml= e2e- integration- test-report .xml -- reruns 4 tests/ endtoend
101
101
Write-Host " -----------------------------------------------------------------------------`n " - ForegroundColor Green
You can’t perform that action at this time.
0 commit comments