Skip to content

Commit 39968ee

Browse files
authored
Don't try to update 'pip' on appveyor (#698)
1 parent e1db94f commit 39968ee

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% pip install -U setuptools"
3131
- "%CMD_IN_ENV% pip install ."
3232

3333

0 commit comments

Comments
 (0)