xushiyan commented on code in PR #391:
URL: https://github.com/apache/hudi-rs/pull/391#discussion_r2183368093


##########
.github/workflows/ci.yml:
##########
@@ -98,17 +98,19 @@ jobs:
         uses: actions/setup-python@v5
         with:
           python-version: ${{ matrix.python-version }}
-          cache: pip
-          cache-dependency-path: python/pyproject.toml
+      - name: Install uv
+        uses: astral-sh/setup-uv@v4
+        with:
+          version: "latest"

Review Comment:
   are we still able to cache with uv ?



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

Reply via email to