We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce71f9 commit 1a6e917Copy full SHA for 1a6e917
Makefile
@@ -222,8 +222,8 @@ install-docs: FORCE
222
pip install -e ".[dev,test,doc]"
223
pip install https://github.com/posit-dev/py-shinylive/tarball/main
224
ci-install-docs: FORCE
225
- uv pip install "shinylive @ git+https://github.com/posit-dev/py-shinylive.git"
226
uv pip install -e ".[dev,test,doc]"
+ uv pip install "shinylive @ git+https://github.com/posit-dev/py-shinylive.git"
227
228
ci-install-rsconnect: FORCE
229
uv pip install "rsconnect-python @ git+https://github.com/rstudio/rsconnect-python.git"
0 commit comments