Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
stangandaho committed Nov 11, 2023
1 parent 1533b6f commit fc7eabe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-

- name: Install dependencies
run: |
install.packages("remotes")
remotes::install_github("sjevelazco/flexsdm")
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}

- name: Test coverage
run: covr::codecov()
shell: Rscript {0}

0 comments on commit fc7eabe

Please sign in to comment.