Skip to content

Commit

Permalink
get whatever r version there is
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Feb 6, 2024
1 parent 5956f3d commit 0fd994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hpc/test-crew_sge.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tar_test("crew SGE with many tasks and many workers", {
controller <- crew.cluster::crew_controller_sge(
workers = 25,
tasks_max = 100,
script_lines = "module load R/4.2.2"
script_lines = paste0("module load R/", getRversion())
)
tar_option_set(controller = crew::crew_controller_group(controller))
list(
Expand Down

0 comments on commit 0fd994b

Please sign in to comment.