8000 More CI installation of pybind11 · matplotlib/matplotlib@846f4c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 846f4c7

Browse files
committed
More CI installation of pybind11
1 parent 2f8cfec commit 846f4c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ install:
6262
- echo %PYTHON_VERSION% %TARGET_ARCH%
6363
# Install dependencies from PyPI.
6464
- python -m pip install --upgrade -r requirements/testing/all.txt %EXTRAREQS% %PINNEDVERS%
65+
- python -m pip install "pybind11<2.10"
6566
# Install optional dependencies from PyPI.
6667
# Sphinx is needed to run sphinxext tests
6768
- python -m pip install --upgrade sphinx

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ commands:
8787
python -m pip install --upgrade --user pip
8888
python -m pip install --upgrade --user wheel
8989
python -m pip install --upgrade --user 'setuptools!=60.6.0'
90+
python -m pip install pybind11
9091
9192
doc-deps-install:
9293
parameters:

0 commit comments

Comments
 (0)
0