Skip to content

Commit 602f671

Browse files
committed
fix: appveyor broken pip install
Follow recommendation on https://pythonhosted.org/CodeChat/appveyor.yml.html
1 parent 0908aa2 commit 602f671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
2828

2929
build_script:
30-
- "%CMD_IN_ENV% pip install -U setuptools pip"
30+
- "%CMD_IN_ENV% pyhton -m pip install -U setuptools pip"
3131
- "%CMD_IN_ENV% pip install ."
3232

3333

0 commit comments

Comments
 (0)