File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ jobs:
8484 uv pip uninstall shiny htmltools
8585 uv pip install shiny htmltools
8686
87- - name : Install GitHub shiny@v1.0 .0 and htmltools@v0.5.3 (uninstall PyPI versions)
87+ - name : Install GitHub shiny@v1.4 .0 and htmltools@v0.6.0 (uninstall PyPI versions)
8888 if : ${{ matrix.config.github_shiny }}
8989 run : |
9090 uv pip uninstall shiny htmltools
91- uv pip install "htmltools @ git+https://github.com/posit-dev/py-htmltools.git@v0.5.3 " "shiny @ git+https://github.com/posit-dev/py-shiny.git@v1.0 .0"
91+ uv pip install "htmltools @ git+https://github.com/posit-dev/py-htmltools.git@v0.6.0 " "shiny @ git+https://github.com/posit-dev/py-shiny.git@v1.4 .0"
9292
9393 - name : Install rsconnect (PyPI)
9494 if : ${{ matrix.config.pypi_rsconnect }}
You can’t perform that action at this time.
0 commit comments