Skip to content

Commit e1928c5

Browse files
committed
try out fork
1 parent 60e590a commit e1928c5

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
@@ -52,7 +52,8 @@ jobs:
5252
run: |
5353
python -m pip install --upgrade pip
5454
python -m pip install ".[dev]"
55-
python -m pip install --upgrade git+https://github.com/rstudio/vetiver-python/@${{ github.sha }}
55+
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 }}
5657
- name: run RStudio Connect
5758
run: |
5859
docker-compose up --build -d

0 commit comments

Comments
 (0)