Skip to content

Commit 7579f24

Browse files
committed
Install shiny before shinylive in GHA
1 parent faa7648 commit 7579f24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/py-shiny/setup/action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ runs:
2525
shell: bash
2626
run: |
2727
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 .
2832
pip install https://github.com/posit-dev/py-shinylive/tarball/main
2933
make install-deps
3034

0 commit comments

Comments
 (0)