We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e590a commit e1928c5Copy full SHA for e1928c5
1 file changed
.github/workflows/tests.yml
@@ -52,7 +52,8 @@ jobs:
52
run: |
53
python -m pip install --upgrade pip
54
python -m pip install ".[dev]"
55
- python -m pip install --upgrade git+https://github.com/rstudio/vetiver-python/@${{ github.sha }}
+ python -m pip install --upgrade git+https://github.com/isabelizimm/rsconnect-python@pip-freeze
56
+ python -m pip install --upgrade git+https://github.com/rstudio/vetiver-python@${{ github.sha }}
57
- name: run RStudio Connect
58
59
docker-compose up --build -d
0 commit comments