Skip to content

Commit

Permalink
Update codecov.yaml remove dependencies section
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-messier authored Sep 26, 2023
1 parent c28cb04 commit fd247e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
sudo apt-get install -y libudunits2-dev libgdal-dev
- name: Install dependencies
run: |
R -e 'install.packages("remotes")'
R -e 'remotes::install_deps()'
# - name: Install dependencies
# run: |
# R -e 'install.packages("remotes")'
# R -e 'remotes::install_deps()'

- name: Install dependencies for covr and testthat
run: R -e 'install.packages(c("covr", "testthat"), dependencies = TRUE)'
Expand Down

0 comments on commit fd247e8

Please sign in to comment.