Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tdebray123 committed Nov 21, 2023
1 parent 464bcb3 commit e77bd69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
with:
r-version: '4.2.3' # Update to most recent version of R

- name: Remove pre-installed Matrix
run: remove.packages("Matrix", lib = .Library)
shell: Rscript {0}

- name: Install R packages
uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand All @@ -44,7 +40,11 @@ jobs:
MatchIt
WeightIt
optmatch
upgrade: 'true'
upgrade: TRUE

- name: Upgrade all R packages
run: Rscript -e 'remotes::update_packages(ask = FALSE)'

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit e77bd69

Please sign in to comment.