posit-dev / py-shiny-site

The documentation website for Shiny for Python
https://shiny.posit.co/py/
MIT License
17 stars 17 forks source link

Install quarto before installing R dependencies #198

Closed wch closed 3 months ago

wch commented 3 months ago

We have a Run quarto-dev/quarto-actions/setup@v2 step with the version specified. However, the r-lib/actions/setup-r-dependencies@v2 step in the workflow was indirectly causing another copy of Run quarto-dev/quarto-actions/setup@v2 to run, but without a version specified. This installation failed because the system doesn't want to downgrade the .deb package.

https://github.com/posit-dev/py-shiny-site/actions/runs/10250692524/job/28356982088#step:9:2457

schloerke commented 3 months ago

Passed install and build. Merging