Skip to content

Commit a2e1250

Browse files
Merge pull request #139 from oscarbenjamin/pr_install_wheel
maint: install wheel explicitly for cibuildwheel on Windows
2 parents e959c72 + eda039f commit a2e1250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/cibw_before_build_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ mv libpython${VER}.a libs
4040
# Install build dependencies #
4141
###################################################
4242

43-
pip install cython numpy delvewheel
43+
pip install cython numpy delvewheel wheel

0 commit comments

Comments
 (0)