Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/py-shiny/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ runs:
shell: bash
run: |
pip install https://github.com/rstudio/py-htmltools/tarball/main
pip install https://github.com/posit-dev/py-shinylive/tarball/main
make install-deps

- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
cd docs
make ../venv
. ../venv/bin/activate && pip install https://github.com/rstudio/py-htmltools/tarball/main
. ../venv/bin/activate && pip install https://github.com/posit-dev/py-htmltools/tarball/main https://github.com/posit-dev/py-shinylive/tarball/main
make deps

- name: Run quartodoc
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ doc =
jupyter
jupyter_client < 8.0.0
tabulate
shinylive @ git+https://github.com/posit-dev/py-shinylive.git
shinylive
pydantic==1.10
quartodoc==0.7.2
griffe==0.33.0
Expand Down