Commit 20c01c01 by Jean-Baptiste Lespiau Committed by Copybara-Service

Fix Github CI.

PiperOrigin-RevId: 367255373
parent 109358d8
...@@ -30,9 +30,9 @@ http_archive( ...@@ -30,9 +30,9 @@ http_archive(
http_archive( http_archive(
name = "pybind11", name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD", build_file = "@pybind11_bazel//:pybind11.BUILD",
strip_prefix = "pybind11-2.6", strip_prefix = "pybind11-2.6.2",
sha256 = "22af7c5c65f1ca5d00cbfee5fa9be6aedcaa1ea0c46af22eaa429526e1b88094", sha256 = "8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2",
urls = ["https://github.com/pybind/pybind11/archive/v2.6.tar.gz"], urls = ["https://github.com/pybind/pybind11/archive/v2.6.2.tar.gz"],
) )
load("@pybind11_bazel//:python_configure.bzl", "python_configure") load("@pybind11_bazel//:python_configure.bzl", "python_configure")
python_configure(name = "local_config_python") python_configure(name = "local_config_python")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment