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 7da3539 commit f8226d8Copy full SHA for f8226d8
.circleci/config.yml
@@ -102,6 +102,7 @@ commands:
102
python -m pip install --user \
103
numpy<< parameters.numpy_version >> codecov coverage \
104
-r requirements/doc/doc-requirements.txt
105
+ python -m pip install pybind11
106
107
mpl-install:
108
steps:
azure-pipelines.yml
@@ -125,6 +125,7 @@ stages:
125
126
- bash: |
127
python -m pip install --upgrade pip
128
129
python -m pip install -r requirements/testing/all.txt -r requirements/testing/extra.txt ||
130
[[ "$PYTHON_VERSION" = 'Pre' ]]
131
displayName: 'Install dependencies with pip'
0 commit comments