Skip to content

Commit 00469d9

Browse files
R 4.5.0 and add xgboost repos (#25)
1 parent eb4ad30 commit 00469d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quarto-book-netlify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
CMDSTAN_VERSION: "2.36.0"
2828
PANDOC_VERSION: "3.6.3"
2929
QUARTO_VERSION: "1.6.42"
30-
R_VERSION: "4.4.3"
30+
R_VERSION: "4.5.0"
3131
LANG: "en_US.UTF-8"
3232
TZ: "Asia/Shanghai"
3333
RETICULATE_PYTHON: /opt/.virtualenvs/r-tensorflow/bin/python
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
use-public-rspm: true
4646
r-version: ${{ env.R_VERSION }}
47-
extra-repositories: 'https://stan-dev.r-universe.dev https://inla.r-inla-download.org/R/stable'
47+
extra-repositories: 'https://stan-dev.r-universe.dev https://dmlc.r-universe.dev https://inla.r-inla-download.org/R/stable'
4848

4949
- uses: r-lib/actions/setup-r-dependencies@v2
5050

0 commit comments

Comments
 (0)