Skip to content

Commit

Permalink
#71 try to reproduce error in EmodnetWFS package
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel authored May 3, 2022
1 parent 25a051e commit bb409ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
#--------------------------
#R Set-up
- name: Set up R ${{ matrix.config.r }}
uses: r-lib/actions/setup-r@v1
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
#Install dependencies
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v1
uses: r-lib/actions/setup-r-dependencies@v2
#Check R Package
- name: Check R package
uses: r-lib/actions/check-r-package@check-r-package
uses: r-lib/actions/check-r-package@v2
with:
artifact-name: ows4R_r-${{ matrix.config.r }}_${{ matrix.config.os }}-results

0 comments on commit bb409ca

Please sign in to comment.