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 5e29a2a commit a4ffb29Copy full SHA for a4ffb29
.github/workflows/tests.yml
@@ -170,6 +170,11 @@ jobs:
170
-r requirements/testing/all.txt \
171
${{ matrix.extra-requirements }}
172
173
+ # Preinstall pybind11 on no-build-isolation builds.
174
+ if [[ "${{ matrix.name-suffix }}" == '(Minimum Versions)' ]]; then
175
+ python -m pip install 'pybind11>=2.6'
176
+ fi
177
+
178
# Install optional dependencies from PyPI.
179
# Sphinx is needed to run sphinxext tests
180
python -m pip install --upgrade sphinx
0 commit comments