Skip to content

Commit

Permalink
Pkgdown needs pip install for new vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Feb 23, 2024
1 parent 5928e7d commit a51c11d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true


- name: Install synapseclient
run: |
pip install synapseclient
synapse --version
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
Expand Down

0 comments on commit a51c11d

Please sign in to comment.