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 0908aa2 commit bb6b66bCopy full SHA for bb6b66b
appveyor.yml
@@ -27,7 +27,7 @@ install:
27
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
28
29
build_script:
30
- - "%CMD_IN_ENV% pip install -U setuptools pip"
+ - "%CMD_IN_ENV% python -m pip install -U setuptools pip"
31
- "%CMD_IN_ENV% pip install ."
32
33
0 commit comments