Skip to content

Commit

Permalink
Bump pybind11 version
Browse files Browse the repository at this point in the history
The old version does not contain the typing header.
  • Loading branch information
BUYT-1 authored and chernishev committed Sep 12, 2024
1 parent dcf00c2 commit 1ba2157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/composite-actions/download-libraries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
uses: ./.github/composite-actions/download-library
with:
directory: pybind11
download-command: git clone https://github.com/pybind/pybind11.git --branch v2.10 --depth 1
download-command: git clone https://github.com/pybind/pybind11.git --branch v2.13.4 --depth 1
if: inputs.download-pybind != 'false'
- name: Download emhash
uses: ./.github/composite-actions/download-library
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if [[ ! -d "better-enums" ]] ; then
git clone https://github.com/aantron/better-enums.git --branch 0.11.3 --depth 1
fi
if [[ ! -d "pybind" ]] ; then
git clone https://github.com/pybind/pybind11.git --branch v2.10 --depth 1
git clone https://github.com/pybind/pybind11.git --branch v2.13.4 --depth 1
fi
if [[ ! -d "emhash" ]] ; then
git clone https://github.com/ktprime/emhash.git --depth 1
Expand Down

0 comments on commit 1ba2157

Please sign in to comment.