From 47088d7424f61cc7266ccce534ed4f4437018e96 Mon Sep 17 00:00:00 2001 From: Karan Gathani Date: Mon, 26 Aug 2024 18:29:18 -0700 Subject: [PATCH] use pypi version of rsconnect instead of github --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f89477142..5f674cac1 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ install-playwright: FORCE playwright install --with-deps install-rsconnect: FORCE - pip install git+https://github.com/rstudio/rsconnect-python.git#egg=rsconnect-python + pip install rsconnect-python # Full test path to playwright tests TEST_FILE:="tests/playwright/$(SUB_FILE)" @@ -222,7 +222,7 @@ ci-install-docs: FORCE "shinylive @ git+https://github.com/posit-dev/py-shinylive.git" ci-install-rsconnect: FORCE - uv pip install "rsconnect-python @ git+https://github.com/rstudio/rsconnect-python.git" + uv pip install rsconnect-python # ## If caching is ever used, we could run: