Skip to content

Commit

Permalink
Testing CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanzomorrodi committed Nov 18, 2024
1 parent 9e56715 commit ff09d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
oda_username = Sys.getenv("SAS_ODA_USERNAME")
oda_password = Sys.getenv("SAS_ODA_PASSWORD")
cat(paste("authkey user", oda_username, "password", oda_password), file = "~/.authinfo")
saspy_path <- paste0(gsub("Location: ", "", system(paste(reticulate::py_exe(), "-m pip show saspy"), intern = TRUE)[8]), "/saspy")
saspy_path <- paste0(gsub("Location: ", "", system(paste(reticulate::virtualenv_python("r-reticulate"), "-m pip show saspy"), intern = TRUE)[8]), "/saspy")
cat("SAS_config_names = ['oda']
oda = {
Expand Down

0 comments on commit ff09d1a

Please sign in to comment.