Skip to content

Commit dcd0c2c

Browse files
committed
Fix CI: Stabilize Stubs on WeakKeyDictionary
See pybind/pybind11-stubgen#295
1 parent 8fb6f81 commit dcd0c2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stubs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Dependencies
3939
run: |
4040
.github/workflows/dependencies/gcc-openmpi.sh
41-
python3 -m pip install -U pybind11-stubgen pre-commit
41+
python3 -m pip install -U git+https://github.com/ax3l/pybind11-stubgen@fix-weakkeydict pre-commit
4242
4343
- name: Set Up Cache
4444
uses: actions/cache@v5

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
breathe
88
docutils>=0.17.1
99

10-
pybind11-stubgen # type hints in pyi files
10+
git+https://github.com/ax3l/pybind11-stubgen@fix-weakkeydict # type hints in pyi files
1111
pybtex
1212
pygments
1313
recommonmark

0 commit comments

Comments
 (0)