We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df46bcc commit a89a19bCopy full SHA for a89a19b
1 file changed
.github/workflows/build-wheels.yml
@@ -39,7 +39,8 @@ jobs:
39
40
- name: Clone dlib
41
run: |
42
- git clone --depth 1 --branch v19.24 https://github.com/davisking/dlib.git dlib_src
+ # Use master branch which has updated pybind11
43
+ git clone --depth 1 https://github.com/davisking/dlib.git dlib_src
44
45
- name: Build wheel
46
@@ -112,8 +113,8 @@ jobs:
112
113
114
$PYBIN/pip install --upgrade pip wheel setuptools auditwheel
115
- # Clone and build dlib
116
+ # Clone dlib master (has updated pybind11 for Python 3.11+)
117
118
cd dlib_src
119
120
# Build wheel
0 commit comments