Skip to content

Commit

Permalink
fix: force installation of FIMS
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Li-NOAA committed Oct 24, 2023
1 parent e18f15f commit 5bd08f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get-gtest-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
extra-packages: any::remotes
- name: install local version of FIMS
run: remotes::install_local(upgrade = "always")
run: remotes::install_github("NOAA-FIMS/FIMS", upgrade = "always", force = TRUE)
shell: Rscript {0}
- name: setup for gtest
run: FIMS:::setup_gtest()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-googletest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
extra-packages: any::remotes
- name: install local version of FIMS
run: remotes::install_local(upgrade = "always")
run: remotes::install_github("NOAA-FIMS/FIMS", upgrade = "always", force = TRUE)
shell: Rscript {0}
- name: setup for gtest
run: FIMS:::setup_gtest()
Expand Down

0 comments on commit 5bd08f7

Please # to comment.