Skip to content

Commit 3e37631

Browse files
committed
Install wheel in AppVeyor
1 parent ed78585 commit 3e37631

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
@@ -99,7 +99,7 @@ install:
9999

100100
# Upgrade to the latest version of pip to avoid it displaying warnings
101101
# about it being out of date.
102-
- "pip install --disable-pip-version-check --user --upgrade pip"
102+
- "pip install --disable-pip-version-check --user --upgrade pip wheel"
103103

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

0 commit comments

Comments
 (0)