Skip to content

Commit

Permalink
added R package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 7, 2024
1 parent 48904d0 commit c21d44d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2
with:
profile: "./data/1_swiss_army_knives"
profile: '"./data/1_swiss_army_knives"'
working-directory: "./data/1_swiss_army_knives"
#cache-version: 1
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit c21d44d

Please sign in to comment.