kylebarron commented on code in PR #994: URL: https://github.com/apache/datafusion-python/pull/994#discussion_r1913827666
########## .github/workflows/docs.yaml: ########## @@ -66,6 +66,7 @@ jobs: run: | set -x cd docs + uv pip install -r requirements.txt Review Comment: IMO I would add the content of `docs/requirements.txt` as another dependency group in the top-level `pyproject.toml`. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org