AdamGS commented on code in PR #627:
URL:
https://github.com/apache/arrow-rs-object-store/pull/627#discussion_r2735983995
##########
.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:
seems to be allowed
[here](https://github.com/apache/infrastructure-actions/tree/99c4c1b2959b0bf07f9cc7dc34185dc39aacde19),
also seems like apache requires actions to be pinned by hash, which I'm happy
to do in a separate PR.
--
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]