Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA committed Apr 8, 2024
1 parent 7a04782 commit 9771104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-models-mac-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: Rscript -e 'remotes::install_github("r4ss/r4ss")'

- name: install other r packages
run: Rscript -e 'install.packages("purrr","furrr","parallely","future")'
run: Rscript -e 'install.packages(c("purrr","furrr","parallely","future"))'

- name: Get the latest SS3 executable
run: |
Expand Down

0 comments on commit 9771104

Please sign in to comment.