junrushao commented on code in PR #621:
URL: https://github.com/apache/tvm-ffi/pull/621#discussion_r3422451236


##########
.github/workflows/ci_test.yml:
##########
@@ -71,11 +71,16 @@ jobs:
         with:
           fetch-depth: 0
           fetch-tags: true
-      - name: Set up uv
-        uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098  # 
v7.3.1
+      - name: Set up Python
+        uses: actions/setup-python@v6
+        with:
+          python-version: "3.13"
+      - name: Install uv
+        run: python -m pip install uv

Review Comment:
   That's weird. Does those hashes appear in Apache's allowlist: 
https://github.com/apache/infrastructure-actions/blob/main/actions.yml#L72



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to