Skip to content

Commit

Permalink
editing model test error
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Aug 16, 2023
1 parent 3de9509 commit 50b829a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-model-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
Rscript -e 'install.packages("remotes")'
Rscript -e 'remotes::install_github("allometric/allometric")'
Rscript -e 'remotes::install_github("allometric/allometric@model_migration")'
- name: Run tests
run: |
Rscript -e 'library(allometric); testthat::test_file("tests/testthat/test-allometric.R")'
Rscript -e 'library(allometric); testthat::test_file("tests/testthat/test-install.R")'

0 comments on commit 50b829a

Please sign in to comment.