Skip to content

Commit

Permalink
Merge pull request #31 from RConsortium/Development
Browse files Browse the repository at this point in the history
lubridate install
  • Loading branch information
hythloda authored Mar 18, 2024
2 parents 53a9aba + 3ae40f7 commit 0ae0cb4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ jobs:
- name: Check rmarkdown package version
run: Rscript -e "packageVersion('rmarkdown')"

# Setup Quarto
- name: Install rmarkdown package
run: Rscript -e "install.packages('lubridate')"

- name: Check rmarkdown package version
run: Rscript -e "packageVersion('lubridate')"

# Setup Quarto
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

Expand Down

0 comments on commit 0ae0cb4

Please sign in to comment.