File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 25
25
shell : bash
26
26
run : |
27
27
pip install https://github.com/rstudio/py-htmltools/tarball/main
28
+ pip install https://github.com/posit-dev/py-shinylive/tarball/main
28
29
make install-deps
29
30
30
31
- name : Install
Original file line number Diff line number Diff line change 34
34
run : |
35
35
cd docs
36
36
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
38
38
make deps
39
39
40
40
- name : Run quartodoc
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ doc =
102
102
jupyter
103
103
jupyter_client < 8.0.0
104
104
tabulate
105
- shinylive @ git+https://github.com/posit-dev/py-shinylive.git
105
+ shinylive
106
106
pydantic ==1.10
107
107
quartodoc ==0.7.2
108
108
griffe ==0.33.0
You can’t perform that action at this time.
0 commit comments