Skip to content

Commit b910056

Browse files
committed
fix: revert rules_python to support older bazel version
1 parent 8ea26ff commit b910056

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ jobs:
3333
# In substitution example we use `string_keyed_label_dict`, which is not supported in bazel 7.0.0
3434
- bazel: 7.0.0
3535
subdir: substitutions
36+
# Incompatible versions of rules_python and bazel 7.0.0
37+
- bazel: 7.0.0
38+
subdir: dependencies
39+
- bazel: 7.0.0
40+
subdir: executable
41+
- bazel: 7.0.0
42+
subdir: doxylink
43+
- bazel: 7.0.0
44+
subdir: executable
45+
- bazel: 7.0.0
46+
subdir: plantuml
3647
runs-on: ${{ matrix.os }}
3748

3849
steps:

0 commit comments

Comments
 (0)