We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed1dc1 commit f027084Copy full SHA for f027084
packaging/windows/win_cli_builder.ps1
@@ -36,7 +36,6 @@ function rm_rf {
36
37
38
### Main ###
39
-
40
Write-Host "Deleting existing artifacts"
41
rm_rf python.zip
42
rm_rf get-pip.py
@@ -107,6 +106,9 @@ run $CLI_PATH\python.exe get-pip.py pip==$PIP_VERSION
107
106
108
Write-Host "Installing CLI"
109
pushd cloudify-cli
+ run $CLI_PATH\python.exe -m pip install --upgrade pip
110
+ run $CLI_PATH\scripts\pip.exe install --upgrade wheel
111
+ run $CLI_PATH\scripts\pip.exe install --upgrade setuptools
112
run $CLI_PATH\scripts\pip.exe install --prefix="$CLI_PATH" -r requirements.txt
113
run $CLI_PATH\scripts\pip.exe install --prefix="$CLI_PATH" .
114
popd
0 commit comments