Skip to content

Commit

Permalink
fixup! Add Windows support to the custom installer
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Aug 8, 2018
1 parent 1d35987 commit 06c4336
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 @@ -16,7 +16,7 @@ install:
- "python -m pip install --disable-pip-version-check --user --upgrade pip"

# Installing Poetry
- "python get-poetry --preview -y"
- "python get-poetry.py --preview -y"
# Add Poetry to PATH
- set PATH=%PATH%;C:\Users\appveyor\.poetry\bin

Expand Down

0 comments on commit 06c4336

Please sign in to comment.