Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
docker-compose up --build -d
pip freeze > requirements.txt
make dev
cat requirements.txt
env:
RSC_LICENSE: ${{ secrets.RSC_LICENSE }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install_requires =
nest-asyncio
requests
pins>=0.7.1
rsconnect-python>=1.8.0
rsconnect-python>=1.11.0
plotly
pip-tools
httpx
Expand Down
1 change: 1 addition & 0 deletions vetiver/rsconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def deploy_rsconnect(
app_id=app_id,
title=title,
python=python,
conda_mode=False,
force_generate=force_generate,
log_callback=log_callback,
image=image,
Expand Down