Skip to content

Commit

Permalink
Do not hardcode pip version in wininstaller builder script
Browse files Browse the repository at this point in the history
  • Loading branch information
dimp-gh committed Jan 9, 2017
1 parent d8e7146 commit f607a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-windows-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cat << EOF > "$BUILD_DIR/taurus.nsi"
[% block install_commands %]
[[ super() ]]
; Install fresh pip
nsExec::ExecToLog 'py -m pip install --upgrade pip==8.1.2'
nsExec::ExecToLog 'py -m pip install --upgrade pip>=8.1.2'
Pop \$0
IntCmp \$0 0 InstalledPip CantInstallPip CantInstallPip
Expand Down

0 comments on commit f607a0d

Please sign in to comment.