Skip to content

Commit

Permalink
Re-adds library snapshot for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Aug 22, 2023
1 parent 5eb8b1e commit 18873cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ install_pyspark <- function(envname = "r-sparklyr",
"delta-spark"
)

pip_options <- "--index-url https://packagemanager.posit.co/pypi/latest/simple"
# pip_options <- "--index-url https://packagemanager.posit.co/pypi/2023-06-15/simple"
pip_options <- "--index-url https://packagemanager.posit.co/pypi/2023-06-15/simple"
# in cause user supplied pip_options in ...
pip_options <- c(pip_options, list(...)$pip_options)

Expand Down

0 comments on commit 18873cf

Please sign in to comment.