We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d0f71 commit 8362023Copy full SHA for 8362023
1 file changed
.github/workflows/tests.yml
@@ -51,7 +51,8 @@ jobs:
51
- name: Install dependencies
52
run: |
53
python -m pip install --upgrade pip
54
- python -m pip install git+https://github.com/rstudio/vetiver-python.git@4b35a882ffb9a34ef02436e2ec2ec46c75cae070
+ python -m pip install "vetiver[dev]"
55
+ python -m pip install git+https://github.com/rstudio/rsconnect-python.git
56
- name: run RStudio Connect
57
58
docker-compose up --build -d
0 commit comments