Skip to content

Commit

Permalink
appveyor: Set PyInstaller version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-bjareholt committed Mar 5, 2019
1 parent 0e982b3 commit 57b4a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ install:
- "%CMD_IN_ENV% powershell scripts\\ci\\install_pyhook.ps1"

# Packaging dependencies
- "%CMD_IN_ENV% pip install --upgrade pyinstaller"
- "%CMD_IN_ENV% pip install pyinstaller==3.3.1"

# Install the build dependencies of the project. If some dependencies contain
# compiled extensions and are not provided as pre-built wheel packages,
Expand Down

0 comments on commit 57b4a2f

Please sign in to comment.