Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
only install enum34 python dependency if we are not using pyinstaller (
Browse files Browse the repository at this point in the history
  • Loading branch information
mlangkabel authored Nov 5, 2019
1 parent 2cb848c commit 251c471
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 @@ -34,7 +34,7 @@ install:
- SET PIP_PATH=%PYTHON_PATH%/Scripts
- SET PATH=%PYTHON_PATH%;%PIP_PATH%;%PATH%
# install python dependencies
- cmd: pip install enum34
- cmd: IF %DEPLOY% EQU 0 pip install enum34
- cmd: pip install parso==0.5.1
- cmd: pip install jedi==0.15.0
- cmd: pip install pyinstaller==%PYINSTALLER_VERSION%
Expand Down

0 comments on commit 251c471

Please sign in to comment.