Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahomoudi authored Mar 12, 2024
1 parent 51ae6e0 commit 8340770
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
tinytex: true

- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.1' # The R version to download (if necessary) and use.

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand All @@ -35,7 +33,10 @@ jobs:
any::remotes
any::devtools
any::dotCall64
local::.RPackage

- name: Install remotes
run: |
Rscript -e 'devtools::install("RPackage/")'
- name: Compile
run: |
Expand Down

0 comments on commit 8340770

Please sign in to comment.