Ubospica commented on code in PR #621:
URL: https://github.com/apache/tvm-ffi/pull/621#discussion_r3422224359
##########
.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:
Good point. I simplified this in the latest commit by restoring
`astral-sh/setup-uv`; the only workflow change left relative to main is
replacing `pre-commit/action` with `uv run --no-sync pre-commit run --all-files
--show-diff-on-failure`, so the lint job does not sync/build the project.
--
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]