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


##########
.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:
   I tried restoring `astral-sh/setup-uv` to simplify the workflow, but the PR 
workflow immediately hit `startup_failure` before any jobs were created. So it 
looks like this action is still blocked for this PR context



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