We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85df8d7 commit 6922fdeCopy full SHA for 6922fde
.appveyor.yml
@@ -22,7 +22,7 @@ install:
22
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%;%PATH%
23
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%\Scripts;%PATH%
24
# Install system dependencies
25
- - curl -sSL https://install.python-poetry.org | python3 -
+ - curl -sSL https://install.python-poetry.org | python -
26
- make doctor
27
# Install project dependencies
28
- make install
0 commit comments