Skip to content

Commit 2a19d8d

Browse files
authored
use pinned version instead of develop version for rsconnect (#1302)
1 parent 7a9c04e commit 2a19d8d

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
@@ -156,7 +156,7 @@ install-trcli: FORCE
156156
$(if $(shell which trcli), @echo -n, $(shell pip install trcli))
157157

158158
install-rsconnect: FORCE
159-
pip install git+https://github.com/rstudio/rsconnect-python.git#egg=rsconnect-python
159+
pip install rsconnect-python
160160

161161
# end-to-end tests with playwright; (SUB_FILE="" within tests/playwright/shiny/)
162162
playwright-shiny: install-playwright

0 commit comments

Comments
 (0)