Skip to content

Commit 6922fde

Browse files
committed
windows tends not to have python3 aliases
1 parent 85df8d7 commit 6922fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%;%PATH%
2323
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%\Scripts;%PATH%
2424
# Install system dependencies
25-
- curl -sSL https://install.python-poetry.org | python3 -
25+
- curl -sSL https://install.python-poetry.org | python -
2626
- make doctor
2727
# Install project dependencies
2828
- make install

0 commit comments

Comments
 (0)