Skip to content

Commit 50b8b46

Browse files
committed
debugging
1 parent 4b35a88 commit 50b8b46

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install dependencies
5252
run: |
5353
python -m pip install --upgrade pip
54-
python -m pip install -e .[dev]
54+
python -m pip install "vetiver[dev]"
5555
- name: run RStudio Connect
5656
run: |
5757
docker-compose up --build -d

vetiver/rsconnect.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ def deploy_rsconnect(
108108
f"writing app to {tmp_app}",
109109
)
110110

111+
inform(_log, f"{os.system('cat ' + tmp_app)}")
112+
111113
if not os.path.exists(temp + "/requirements.txt"):
112114
inform(
113115
_log,

0 commit comments

Comments
 (0)