Skip to content

Commit 5f9b1ef

Browse files
committed
install local package
1 parent a969c01 commit 5f9b1ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/samples-r.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
error-on: '"error"'
5959

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

0 commit comments

Comments
 (0)