Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
dochvam committed Jun 26, 2024
1 parent 6b89eae commit 5925700
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ jobs:
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "18.04"))')
sudo apt-get install libcurl4-openssl-dev # needed for R pkg curl -> covr
- name: Install R dependencies
run: |
install.packages("remotes")
remotes::install_version("cli", version = "2.0.2")
- name: Install package dependencies
run: |
remotes::install_deps(dependencies = TRUE)
Expand Down

0 comments on commit 5925700

Please sign in to comment.