Skip to content

Commit

Permalink
drop devtools keep system deps
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Dec 16, 2023
1 parent 8cae233 commit 2360705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:

- uses: actions/checkout@v3

- name: Install system dependencies for devtools
- name: Install system dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y libcurl4-openssl-dev libssl-dev libxml2-dev
- name: Install dependencies
run: |
install.packages(c("covr", "devtools"))
install.packages("covr")
shell: Rscript {0}

- name: Get percent coverage
Expand Down

0 comments on commit 2360705

Please sign in to comment.