Skip to content

Commit

Permalink
update install spark in pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Dec 12, 2024
1 parent 150b006 commit a9247be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
if: steps.cache-spark.outputs.cache-hit != 'true'
run: |
sparklyr::spark_install(
version = Sys.getenv("3.3.4"),
hadoop_version = Sys.getenv("3")
version = "3.3.4",
hadoop_version = "3"
)
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit a9247be

Please sign in to comment.