Skip to content

Commit c78174e

Browse files
committed
Update Makefile
1 parent fd417d5 commit c78174e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RSCONNECT = $(SITE_PACKAGES)/rsconnect
104104
$(RSCONNECT): $(UV) ## install the main version of rsconnect till pypi version supports shiny express
105105
@echo "-------- Installing rsconnect --------"
106106
. $(PYBIN)/activate && \
107-
uv pip install rsconnect @ git+https://github.com/rstudio/rsconnect-python.git
107+
uv pip install "rsconnect-python @ git+https://github.com/rstudio/rsconnect-python.git"
108108

109109

110110
# -----------------

0 commit comments

Comments
 (0)