diff --git a/.github/py-shiny/setup/action.yaml b/.github/py-shiny/setup/action.yaml index 74e2be520..1fd5b6253 100644 --- a/.github/py-shiny/setup/action.yaml +++ b/.github/py-shiny/setup/action.yaml @@ -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 diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index fe9055eda..3da9dda42 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -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 diff --git a/setup.cfg b/setup.cfg index ec04d972f..1443f04f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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