We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adde01 commit 1f611aeCopy full SHA for 1f611ae
.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
105
CIBW_ENVIRONMENT_WINDOWS: TOKENIZER_ROOT='${{ github.workspace }}\install'
106
CIBW_BEFORE_ALL: bindings/python/tools/prepare_build_environment.sh
107
CIBW_BEFORE_ALL_WINDOWS: bash bindings/python/tools/prepare_build_environment_windows.sh
108
- CIBW_BEFORE_BUILD: pip install pybind11==2.10.0
+ CIBW_BEFORE_BUILD: pip install pybind11==2.10.1
109
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
110
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
111
CIBW_TEST_COMMAND: pytest {project}/bindings/python/test/test.py
0 commit comments