Skip to content

Commit ccd1bb6

Browse files
committed
Fix invalid notation in new step
1 parent b2af530 commit ccd1bb6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/dsBase_test_suite.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ jobs:
6262

6363
- name: Install dsBase
6464
run: |
65-
R CMD INSTALL .
66-
with:
67-
path: dsBase
65+
R CMD INSTALL dsBase
6866
6967
- uses: r-lib/actions/setup-r-dependencies@v2
7068
with:

0 commit comments

Comments
 (0)