Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour authored Jul 16, 2024
1 parent 674e104 commit 8908ce4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
python-version: '3.10'

- name: Setup hummuspy env
run: reticulate::conda_create("r-reticulate", packages="python")
run: |
reticulate::conda_create("r-reticulate", packages="python")
reticulate::py_install("hummuspy", envname = "r-reticulate", method="auto")
shell: Rscript {0}

- name: Build site
Expand Down

0 comments on commit 8908ce4

Please sign in to comment.