Fix workflow permissions and requirements build.#165
Merged
copybara-service[bot] merged 1 commit intomainfrom Jul 15, 2025
Merged
Fix workflow permissions and requirements build.#165copybara-service[bot] merged 1 commit intomainfrom
copybara-service[bot] merged 1 commit intomainfrom
Conversation
c256192 to
0fcda66
Compare
mtsokol
reviewed
Jul 15, 2025
Comment on lines
+10
to
+12
| permissions: | ||
| contents: read | ||
| id-token: write |
Comment on lines
27
to
28
| from array_record.python import array_record_data_source | ||
| from array_record.python import array_record_module |
Contributor
There was a problem hiding this comment.
This test and the one above is executed by Bazel, rather than pytest after installing the package, so I think these paths are messed up a bit. It would be better to have them in pytest side, but for Bazel-managed tests I think we need to keep from python ....
70fc24b to
c3ede3d
Compare
PiperOrigin-RevId: 783328135
c3ede3d to
5b2afea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix workflow permissions and requirements build.