Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FBartos committed Jan 14, 2025
1 parent ad6b431 commit be7edf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- name: Install devtools
run: |
install.packages('devtools')
shell: Rscript {0}

# Set up renv
- name: Setup renv
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Install devtools
run: |
install.packages('devtools')
shell: Rscript {0}

# Set up renv
- name: Setup renv
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Install devtools
run: |
install.packages('devtools')
shell: Rscript {0}

# Set up renv
- name: Setup renv
Expand Down

0 comments on commit be7edf6

Please sign in to comment.