We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa5348 commit e8aeaf4Copy full SHA for e8aeaf4
travis/build-wheels-osx.sh
@@ -123,8 +123,4 @@ if [[ $PYTHON_VERSION == 3* ]]; then
123
fi
124
125
echo 'Build wheel'
126
-# pip wheel . -w ./wheelhouse/
127
128
-echo 'Cleanup'
129
-# rm -fr opencv/build
130
-# rm cv2/*.so
travis/build-wheels.sh
@@ -8,7 +8,7 @@ echo 'PYTHON_VERSION: '$PYTHON_VERSION
8
9
ENABLE_CONTRIB=$(<contrib.enabled)
10
11
-python -m pip install -r requirements.txt
+pip install -r requirements.txt
12
13
# Begin build
14
echo 'Begin build'
@@ -96,9 +96,4 @@ fi
96
97
# Build wheel
98
99
-python -m pip wheel . -w /io/wheelhouse/
100
-
101
-# Cleanup
102
103
-rm -fr opencv/build
104
-rm cv2/*.so
+pip wheel . -w /io/wheelhouse/
0 commit comments