Skip to content

Commit

Permalink
windows tends not to have python3 aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Sep 9, 2022
1 parent 85df8d7 commit 6922fde
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 @@ -22,7 +22,7 @@ install:
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%;%PATH%
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%\Scripts;%PATH%
# Install system dependencies
- curl -sSL https://install.python-poetry.org | python3 -
- curl -sSL https://install.python-poetry.org | python -
- make doctor
# Install project dependencies
- make install
Expand Down

0 comments on commit 6922fde

Please sign in to comment.