diff --git a/tests/hpc/test-crew_sge.R b/tests/hpc/test-crew_sge.R index 40f3ec4e..01669d8b 100644 --- a/tests/hpc/test-crew_sge.R +++ b/tests/hpc/test-crew_sge.R @@ -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(