We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52dfd67 commit b61cb60Copy full SHA for b61cb60
1 file changed
.github/workflows/Build.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Install Dependencies
37
run: |
38
conda install -c conda-forge qt6-main==6.8.3 ninja doxygen
39
- pip install pytest pybind11<3.0 numpy
+ pip install pytest "pybind11>=3.0" numpy
40
41
- name: Configure MSVC console
42
uses: ilammy/msvc-dev-cmd@v1
@@ -167,7 +167,7 @@ jobs:
167
brew install qt6 ninja
168
echo "CMAKE_PREFIX_PATH=$(brew --prefix qt@6)" >> $GITHUB_ENV
169
pip install --upgrade pip
170
- pip install pytest "pybind11<3.0"
+ pip install pytest "pybind11>=3.0"
171
172
- name: Configure CMake
173
0 commit comments