Skip to content

Commit

Permalink
Update vdiffr cases for sf 0.9-7 and fix forbidden "brew cask" (#4311)
Browse files Browse the repository at this point in the history
* Update vdiffr cases

* Use `brew install` instead of `brew cask install`
  • Loading branch information
yutannihilation authored Jan 30, 2021
1 parent 2389828 commit 6e987ed
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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 @@ -78,7 +78,7 @@ jobs:
if: runner.os == 'macOS'
run: |
# XQuartz is needed by vdiffr
brew install --cask xquartz
brew install xquartz
# Use only binary packages
echo 'options(pkgType = "binary")' >> ~/.Rprofile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install system dependencies on macOS
run: |
# XQuartz is needed by vdiffr
brew install --cask xquartz
brew install xquartz
- name: Install dependencies
run: |
Expand Down
8 changes: 4 additions & 4 deletions tests/figs/coord-sf/sf-polygons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/figs/deps.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- vdiffr-svg-engine: 1.0
- vdiffr: 0.3.1
- vdiffr: 0.3.3
- freetypeharfbuzz: 0.2.5
8 changes: 4 additions & 4 deletions tests/figs/geom-sf/north-carolina-county-boundaries.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e987ed

Please sign in to comment.