Skip to content

Commit

Permalink
pin to vdiffr@1.0.5 (see r-lib/vdiffr/issues/137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Sep 9, 2023
1 parent d4f0be3 commit 0a82261
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
include:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
#- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release', covr: 'yes'}
- {os: ubuntu-latest, r: 'oldrel'}

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install package dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, any::covr
extra-packages: any::rcmdcheck, any::covr, vdiffr@1.0.5
needs: check, coverage

- name: Check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
extra-packages: any::pkgdown, local::., vdiffr@1.0.5
needs: website

- name: Deploy site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install package dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, vdiffr@1.0.5
needs: check

- name: Check
Expand Down

0 comments on commit 0a82261

Please sign in to comment.