Skip to content

Commit

Permalink
Merge pull request #200 from rstudio/bump-rsconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm authored Oct 27, 2023
2 parents 4008274 + 069dead commit 6a88d23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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

0 comments on commit 6a88d23

Please sign in to comment.