Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
stangandaho committed Nov 18, 2023
1 parent acef924 commit 4174720
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
with:
use-public-rspm: true

- name: Install flexsdm
run: Rscript -e 'remotes::install_github("sjevelazco/flexsdm")'
- name: Query dependencies
run: |
install.packages('remotes')
remotes::install_github("sjevelazco/flexsdm")
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 4174720

Please sign in to comment.