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 48b355d commit 1522744
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-model-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
- {os: windows-latest, r: 'release'}

steps:


- uses: actions/checkout@v2
- name: Install dependencies
run: |
Rscript -e 'install.packages("remotes")'
Rscript -e 'remotes::install_github("allometric/allometric@model_migration")'
Rscript -e 'install.packages("remotes"); remotes::install_github("allometric/allometric@model_migration")'
- name: Run tests
run: |
Rscript -e 'library(allometric); testthat::test_file("tests/testthat/test-install.R")'

0 comments on commit 1522744

Please sign in to comment.