Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for pybind11 updates #1321

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Conversation

lanctot
Copy link
Collaborator

@lanctot lanctot commented Mar 7, 2025

Based on #1318 and #1319

Thanks to @rwgk and @tsogoo

@lanctot
Copy link
Collaborator Author

lanctot commented Mar 7, 2025

Nice! It seems to work internally and externally. I'll import this PR and push the change now. Thanks again!!!

@@ -119,7 +119,7 @@ function cached_clone() {

DIR="./pybind11"
if [[ ! -d ${DIR} ]]; then
cached_clone -b smart_holder --single-branch --depth 1 https://github.com/pybind/pybind11.git ${DIR}
cached_clone -b master --single-branch --depth 1 https://github.com/pybind/pybind11.git ${DIR}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very minor: The other cached_clone calls have the arg (master here) in quotes.

Not sure if consistency matters here.

@lanctot lanctot merged commit a00ed37 into master Mar 7, 2025
13 checks passed
@rwgk
Copy link
Contributor

rwgk commented Mar 7, 2025

@nevedaren for visibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants