Skip to content

Commit 8d807ca

Browse files
Update travis.sh
Install wheel via pip3 on macos
1 parent 5e145f4 commit 8d807ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ osx_initialize() {
9494
printf " x Could not install the required dependencies\n"
9595
return 1
9696
fi
97-
pip3 install requests
97+
pip3 install requests wheel
9898

9999
printf " > The system has been successfully initialized\n"
100100
return 0

0 commit comments

Comments
 (0)