We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6022cf commit 3574dd8Copy full SHA for 3574dd8
.appveyor.yml
@@ -16,7 +16,7 @@ install:
16
- ps: |
17
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
18
$env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH"
19
- python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip build
+ python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip build virtualenv
20
build_script:
21
22
python -m build -s
0 commit comments