Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ci/e2e_integration_test/start-e2e.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Write-Host "--------------------------------------------------------------------
Write-Host "Preparing E2E integration tests..." -ForegroundColor Green
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green
python -m pip install -U pip
pip install -e .[dev]
python -m pip install -U -e .[dev]
python setup.py build
python setup.py extension
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green
Expand All @@ -97,5 +97,5 @@ Write-Host "--------------------------------------------------------------------
Write-Host "Running E2E integration tests..." -ForegroundColor Green
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green
$env:CORE_TOOLS_EXE_PATH = "$funcExePath"
pytest --junitxml=e2e-integration-test-report.xml --reruns 4 tests/endtoend
python -m pytest --junitxml=e2e-integration-test-report.xml --reruns 4 tests/endtoend
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green