Skip to content

Commit a89a19b

Browse files
committed
updated: newer dlib
1 parent df46bcc commit a89a19b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
4040
- name: Clone dlib
4141
run: |
42-
git clone --depth 1 --branch v19.24 https://github.com/davisking/dlib.git dlib_src
42+
# Use master branch which has updated pybind11
43+
git clone --depth 1 https://github.com/davisking/dlib.git dlib_src
4344
4445
- name: Build wheel
4546
run: |
@@ -112,8 +113,8 @@ jobs:
112113
113114
$PYBIN/pip install --upgrade pip wheel setuptools auditwheel
114115
115-
# Clone and build dlib
116-
git clone --depth 1 --branch v19.24 https://github.com/davisking/dlib.git dlib_src
116+
# Clone dlib master (has updated pybind11 for Python 3.11+)
117+
git clone --depth 1 https://github.com/davisking/dlib.git dlib_src
117118
cd dlib_src
118119
119120
# Build wheel

0 commit comments

Comments
 (0)