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

steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: actions/checkout@v2
- name: Install dependencies
run: |
Rscript -e 'install.packages("remotes"); library(remotes); install_github("allometric/allometric@model_migration")'
- name: Run tests
run: |
Rscript -e 'library(allometric); testthat::test_file("tests/testthat/test-install.R")'
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, local::.
needs: check

0 comments on commit b46dbdf

Please sign in to comment.