timsaucer commented on code in PR #994:
URL: https://github.com/apache/datafusion-python/pull/994#discussion_r1913839706
##########
.github/workflows/docs.yaml:
##########
@@ -60,11 +60,15 @@ jobs:
- name: Install dependencies and build
uses: astral-sh/setup-uv@v5
+ - name: Build repo
+ run: |
+ uv venv
+ uv sync --dev -v
+
Review Comment:
Thanks. I’ll give that a go tomorrow when I can get back to this.
--
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]