Skip to content

Commit

Permalink
tweaking pybind11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
keenon committed Dec 14, 2023
1 parent ff8be40 commit e8e9e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_x86_linux_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: |
git clone https://github.com/pybind/pybind11.git
pushd pybind11
git checkout v2.11.1
mkdir build
pushd build
PATH="${{ matrix.PYTHON_PATH }}:${PATH}" CPATH="${{ matrix.PYTHON_INCLUDE }}" cmake ..
Expand Down

0 comments on commit e8e9e09

Please sign in to comment.