Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Downgrade pip because of PyInstaller bug
  • Loading branch information
Himura2la authored Feb 1, 2019
1 parent dafdea6 commit 9f9d95c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ install:
}
- cmd: |
set PATH=%PYTHON_PATH%;%PYTHON_PATH%\Scripts;%PATH%
python -m pip install --upgrade pip
pip install pyinstaller python-vlc wxpython pywinauto
choco install -y --no-progress %VLC_INSTALL_FLAGS% vlc
Expand Down

0 comments on commit 9f9d95c

Please sign in to comment.