Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8226d8

Browse files
committed
Try altering CI so pybind11 extensions build OK
1 parent 7da3539 commit f8226d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ commands:
102102
python -m pip install --user \
103103
numpy<< parameters.numpy_version >> codecov coverage \
104104
-r requirements/doc/doc-requirements.txt
105+
python -m pip install pybind11
105106
106107
mpl-install:
107108
steps:

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ stages:
125125
126126
- bash: |
127127
python -m pip install --upgrade pip
128+
python -m pip install pybind11
128129
python -m pip install -r requirements/testing/all.txt -r requirements/testing/extra.txt ||
129130
[[ "$PYTHON_VERSION" = 'Pre' ]]
130131
displayName: 'Install dependencies with pip'

0 commit comments

Comments
 (0)