We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cdefa commit e064496Copy full SHA for e064496
.bazelci/presubmit.yml
@@ -11,6 +11,9 @@ all_targets: &all_targets
11
- "//packaging/..."
12
- "//python/..."
13
- "//tools/..."
14
+ # As a regression test for #225, check that wheel targets still build when
15
+ # their package path is qualified with the repo name.
16
+ - "@rules_python//experimental/examples/..."
17
test_targets:
18
- "..."
19
platforms:
0 commit comments