Skip to content

Commit

Permalink
Install new paws.common
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Sep 1, 2023
1 parent b962bdb commit 11b3d77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-boards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Install paws.common
run: |
install.packages('paws.common', repos = 'https://paws-r.r-universe.dev')
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
with:
error-on: '"note"'
Expand Down

0 comments on commit 11b3d77

Please sign in to comment.