Skip to content

Commit 3e1e3f5

Browse files
committed
use own requirements.txt
1 parent 9ae24b7 commit 3e1e3f5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: run RStudio Connect
5757
run: |
5858
docker-compose up --build -d
59+
pip freeze > requirements.txt
5960
make dev
6061
env:
6162
RSC_LICENSE: ${{ secrets.RSC_LICENSE }}

vetiver/tests/test_rsconnect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_deploy(rsc_short):
8888
board=board,
8989
pin_name="susan/model",
9090
title="testapi",
91-
force_generate=True,
91+
extra_files=["requirements.txt"],
9292
)
9393

9494
# vetiver.write_app(board, "susan/model")

0 commit comments

Comments
 (0)