Skip to content

Commit a431909

Browse files
committed
Try again
1 parent 21268ef commit a431909

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,9 @@ jobs:
8484
run: |
8585
brew install pkg-config
8686
brew install gdal
87+
Rscript -e 'install.packages("sf", configure.args = "--with-proj-lib=/usr/local/lib/")'
8788
shell: bash
8889

89-
- uses: actions/setup-node@v1
90-
with:
91-
node-version: ${{ matrix.config.node }}
92-
9390
- name: Install kaleido
9491
if: matrix.config.visual_tests == true
9592
run: pip install kaleido

0 commit comments

Comments
 (0)