Skip to content

Commit 9ad2ab1

Browse files
schloerkewch
andauthored
chore: Remove github link to shinylive (#1069)
Co-authored-by: Winston Chang <winston@posit.co>
1 parent d67ed13 commit 9ad2ab1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ runs:
2525
shell: bash
2626
run: |
2727
pip install https://github.com/rstudio/py-htmltools/tarball/main
28+
pip install https://github.com/posit-dev/py-shinylive/tarball/main
2829
make install-deps
2930
3031
- name: Install

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
cd docs
3636
make ../venv
37-
. ../venv/bin/activate && pip install https://github.com/rstudio/py-htmltools/tarball/main
37+
. ../venv/bin/activate && pip install https://github.com/posit-dev/py-htmltools/tarball/main https://github.com/posit-dev/py-shinylive/tarball/main
3838
make deps
3939
4040
- name: Run quartodoc

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ doc =
102102
jupyter
103103
jupyter_client < 8.0.0
104104
tabulate
105-
shinylive @ git+https://github.com/posit-dev/py-shinylive.git
105+
shinylive
106106
pydantic==1.10
107107
quartodoc==0.7.2
108108
griffe==0.33.0

0 commit comments

Comments
 (0)