Skip to content

Commit 131a255

Browse files
committed
Add an explicit python install step
1 parent e0891f4 commit 131a255

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish-website.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ jobs:
3535
any::xml2
3636
any::reticulate
3737

38-
# Install python dependencies
38+
# Setup Python for reticulate
39+
- uses: actions/setup-python@v5
40+
with:
41+
python-version: "3.x"
42+
43+
# Install python dependencies for reticulate
3944
- name: Setup r-reticulate venv
4045
shell: Rscript {0}
4146
run: |

0 commit comments

Comments
 (0)