Skip to content

Commit ceb9666

Browse files
committed
try just using ss3 since it should be in the path
1 parent e9aeb5f commit ceb9666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-ss3-models.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
purrr::map(
8080
.x = file.path(new_mod_dir_name, list.files(new_mod_dir_name)),
8181
.f = r4ss::run,
82-
exe = "/usr/local/bin/ss3",
82+
exe = "ss3",
8383
verbose = TRUE)
84-
84+
8585
new_mod_runs_folder <- file.path(new_mod_dir_name)
8686
new_mod_path_list <- list.dirs(new_mod_runs_folder, recursive = FALSE,
8787
full.names = TRUE)

0 commit comments

Comments
 (0)