Skip to content

Commit

Permalink
Update .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Oct 16, 2019
1 parent 7819b80 commit 958d7bf
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 @@ -52,7 +52,7 @@ install:
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- ECHO "Install pip requirements:"
- "python -m ip install -r requirements.txt"
- "python -m pip install -r requirements.txt"
- "python -m pip install PyInstaller"

before_build:
Expand Down

0 comments on commit 958d7bf

Please sign in to comment.