We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b35a88 commit 50b8b46Copy full SHA for 50b8b46
2 files changed
.github/workflows/tests.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install dependencies
52
run: |
53
python -m pip install --upgrade pip
54
- python -m pip install -e .[dev]
+ python -m pip install "vetiver[dev]"
55
- name: run RStudio Connect
56
57
docker-compose up --build -d
vetiver/rsconnect.py
@@ -108,6 +108,8 @@ def deploy_rsconnect(
108
f"writing app to {tmp_app}",
109
)
110
111
+ inform(_log, f"{os.system('cat ' + tmp_app)}")
112
+
113
if not os.path.exists(temp + "/requirements.txt"):
114
inform(
115
_log,
0 commit comments