Skip to content

Commit 70798e7

Browse files
committed
test(workflows): test with latest pybind11
1 parent 94de2c2 commit 70798e7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
python -m pip install wheel pybind11 -r docs/requirements.txt
45+
python -m pip install --force-reinstall pybind11@git+https://github.com/pybind/pybind11.git#egg=pybind11
4546
4647
- name: Install OpTree
4748
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Package ######################################################################
22

33
[build-system]
4-
requires = ["setuptools", "pybind11 >= 2.12"]
4+
requires = ["setuptools", "pybind11@git+https://github.com/pybind/pybind11.git#egg=pybind11"]
55
build-backend = "setuptools.build_meta"
66

77
[project]

0 commit comments

Comments
 (0)