Skip to content

Commit 8362023

Browse files
committed
github rsc
1 parent 12d0f71 commit 8362023

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
- name: Install dependencies
5252
run: |
5353
python -m pip install --upgrade pip
54-
python -m pip install git+https://github.com/rstudio/vetiver-python.git@4b35a882ffb9a34ef02436e2ec2ec46c75cae070
54+
python -m pip install "vetiver[dev]"
55+
python -m pip install git+https://github.com/rstudio/rsconnect-python.git
5556
- name: run RStudio Connect
5657
run: |
5758
docker-compose up --build -d

0 commit comments

Comments
 (0)