jiayuasu commented on code in PR #2196:
URL: https://github.com/apache/sedona/pull/2196#discussion_r2244108569
##########
.github/workflows/docs.yml:
##########
@@ -67,8 +67,15 @@ jobs:
working-directory: './R'
- run: Rscript -e 'pkgdown::build_site(pkg = "./R", preview = FALSE,
override = list(destination = "../docs/api/rdocs"))'
- name: Install Python documentation dependencies
- run: pip install sphinx sphinx_rtd_theme
+ run: |
+ pip install sphinx sphinx_rtd_theme pyspark==3.5.4 pystac==1.13.0
Review Comment:
@zhangfengcdt For Spark version, please don't hard code it. Use this command
to infer versions from Pom.xml instead `SPARK_VERSION=$(mvn help:evaluate
-Dexpression=spark.version -q -DforceStdout)`
--
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]