Skip to content

Commit

Permalink
[r] Update installed packages in workflow (#1759)
Browse files Browse the repository at this point in the history
This ensures the already installed Matrix package updates to the most recent
version that one of R packages depends upon.
  • Loading branch information
eddelbuettel authored Oct 5, 2023
1 parent ff00595 commit cb1e5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-valgrind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: SessionInfo
run: R -q -e 'sessionInfo()'
- name: System Dependencies
run: apt update -qq && apt install --yes --no-install-recommends valgrind cmake git
run: apt update -qq && apt upgrade --yes && apt install --yes --no-install-recommends valgrind cmake git
- name: Package Dependencies
run: cd apis/r && R -q -e 'remotes::install_deps(".", dependencies=TRUE)'
- name: Build Package
Expand Down

0 comments on commit cb1e5d0

Please sign in to comment.