mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-11 14:56:15 +08:00
Windows 11 23H2 version which will replace Windows 11 22H2 once the new version is deemed as stable. Until then, 23h2 tests will be set as insignificant. Task-number: QTQAINFRA-6075 Task-number: QTQAINFRA-6113 Change-Id: I15054813896210fadf14da815ad5a7b3e402e800 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
5 lines
249 B
PowerShell
5 lines
249 B
PowerShell
. "$PSScriptRoot\..\common\windows\helpers.ps1"
|
|
# Needed by packaging scripts
|
|
$scriptsPath = [System.Environment]::GetEnvironmentVariable('PIP3_PATH', [System.EnvironmentVariableTarget]::Machine)
|
|
Run-Executable "$scriptsPath\pip3.exe" "install bs4"
|