Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit 409e6fa

Browse files
authored
Merge pull request #120 from bellert/fix-appveyor-pip
Don't upgrade pip
2 parents bf1934d + a8098bb commit 409e6fa

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
@@ -70,7 +70,7 @@ install:
7070

7171
# Upgrade to the latest version of pip to avoid it displaying warnings
7272
# about it being out of date.
73-
- "pip install --disable-pip-version-check --user --upgrade pip"
73+
# - "pip install --disable-pip-version-check --user --upgrade pip"
7474

7575
# Install the build dependencies of the project. If some dependencies contain
7676
# compiled extensions and are not provided as pre-built wheel packages,

0 commit comments

Comments
 (0)