Skip to content

Commit

Permalink
remove r4ss branch
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA committed Feb 4, 2025
1 parent 685a6dd commit 08f4aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-releases-with-test-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install r4ss and run test model on two_morph_seas_areas model
run: |
install.packages(c("remotes", "svglite", "systemfonts"), dependencies = TRUE)
remotes::install_github("r4ss/r4ss", ref = "more-gh-fixes-for-gha")
remotes::install_github("r4ss/r4ss")
library(r4ss)
dir <- file.path(getwd(), "test-models-repo", "models", "two_morph_seas_areas")
r4ss::get_ss3_exe(dir = dir)
Expand Down

0 comments on commit 08f4aa5

Please sign in to comment.