We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa7648 commit 7579f24Copy full SHA for 7579f24
.github/py-shiny/setup/action.yaml
@@ -25,6 +25,10 @@ runs:
25
shell: bash
26
run: |
27
pip install https://github.com/rstudio/py-htmltools/tarball/main
28
+ # Install shiny _before_ shinylive; otherwise shinylive will install cause
29
+ # shiny to be installed from PyPI, and may bring in old versions of
30
+ # dependencies.
31
+ pip install -e .
32
pip install https://github.com/posit-dev/py-shinylive/tarball/main
33
make install-deps
34
0 commit comments