We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8cfec commit 846f4c7Copy full SHA for 846f4c7
.appveyor.yml
@@ -62,6 +62,7 @@ install:
62
- echo %PYTHON_VERSION% %TARGET_ARCH%
63
# Install dependencies from PyPI.
64
- python -m pip install --upgrade -r requirements/testing/all.txt %EXTRAREQS% %PINNEDVERS%
65
+ - python -m pip install "pybind11<2.10"
66
# Install optional dependencies from PyPI.
67
# Sphinx is needed to run sphinxext tests
68
- python -m pip install --upgrade sphinx
.circleci/config.yml
@@ -87,6 +87,7 @@ commands:
87
python -m pip install --upgrade --user pip
88
python -m pip install --upgrade --user wheel
89
python -m pip install --upgrade --user 'setuptools!=60.6.0'
90
+ python -m pip install pybind11
91
92
doc-deps-install:
93
parameters:
0 commit comments