Skip to content

Commit 6bbf51c

Browse files
committed
ci: disable embed test on macos
Waiting for bazel-contrib/rules_python#824
1 parent 104cfe6 commit 6bbf51c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/amd64_macos_bazel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
native:
1313
strategy:
1414
matrix:
15-
examples: [{name: basic}, {name: embed}]
15+
examples: [
16+
{name: basic},
17+
# {name: embed}, # see: https://github.com/pybind/pybind11_bazel/issues/76
18+
]
1619
cpp: [
1720
#{version: 14, flags: "-std=c++14"},
1821
{version: 17, flags: "-std=c++17"},

.github/workflows/arm64_macos_bazel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
native:
1313
strategy:
1414
matrix:
15-
examples: [{name: basic}, {name: embed}]
15+
examples: [
16+
{name: basic},
17+
# {name: embed}, # see: https://github.com/pybind/pybind11_bazel/issues/76
18+
]
1619
cpp: [
1720
#{version: 14, flags: "-std=c++14"},
1821
{version: 17, flags: "-std=c++17"},

0 commit comments

Comments
 (0)