Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 25a903a

Browse files
committed
add r install
1 parent ad6a2e3 commit 25a903a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build-book.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ jobs:
2424
uses: actions/setup-python@v4
2525
with:
2626
python-version: '3.12'
27-
27+
28+
# we need R for the rpy2 examples
29+
- uses: r-lib/actions/setup-r@v2
30+
with:
31+
r-version: '4.5.2'
32+
2833
- name: Install dependencies
2934
run: |
3035
curl -LsSf https://astral.sh/uv/install.sh | sh
@@ -39,4 +44,4 @@ jobs:
3944
uses: peaceiris/actions-gh-pages@v3
4045
with:
4146
github_token: ${{ secrets.GITHUB_TOKEN }}
42-
publish_dir: ./book/_build/html
47+
publish_dir: ./book/_build/html

0 commit comments

Comments
 (0)