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 75f36da commit 6cce7e3Copy full SHA for 6cce7e3
appveyor.yml
@@ -21,6 +21,7 @@ install:
21
# Create poetry virtualenv
22
- pip install virtualenv
23
- virtualenv --python="C:/Python36-x64\\python.exe" "venv-poetry"
24
+ - "python -c \"import sys; print(sys.executable)\""
25
- venv-poetry\\Scripts\\pip.exe install poetry --pre
26
27
# Create current python virtualenv
0 commit comments