tustvold commented on code in PR #627:
URL:
https://github.com/apache/arrow-rs-object-store/pull/627#discussion_r2735684389
##########
.github/workflows/ci.yml:
##########
@@ -136,12 +136,17 @@ jobs:
KMS_KEY=$(aws --endpoint-url=http://localhost:4566 kms create-key
--description "test key")
echo "AWS_SSE_KMS_KEY_ID=$(echo $KMS_KEY | jq -r
.KeyMetadata.KeyId)" >> $GITHUB_ENV
+ - name: Setup UV
+ uses: astral-sh/setup-uv@v7
Review Comment:
I'm not sure this is in the Apache allow list of actions
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]