Skip to content

Commit a969c01

Browse files
committed
install local package
1 parent 87ed80b commit a969c01

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/samples-r.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ jobs:
5757
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
5858
error-on: '"error"'
5959

60+
- name: Install local package
61+
run: R CMD INSTALL --preclean *tar.gz
62+
shell: bash # Ensure correct shell for command execution
63+
working-directory: ${{ matrix.sample }}

0 commit comments

Comments
 (0)