Skip to content

Commit

Permalink
pllleeeaaassseee github actions pllleeeaaasssseeee
Browse files Browse the repository at this point in the history
  • Loading branch information
japilo committed Apr 12, 2024
1 parent aa9a751 commit 1073a84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: rm '/usr/local/bin/gfortran'
brew install pkg-config gdal proj geos

- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
needs: coverage
extra-packages: |
any::covr
any::purrr
needs: coverage

- name: Test coverage
run: |
Expand Down

0 comments on commit 1073a84

Please sign in to comment.