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
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r vetiver-testing/vetiver-requirements.txt
python -m pip install '.[test]'
- name: Run RStudio Connect
- name: Run Posit Connect
run: |
docker compose up --build -d
pip freeze > requirements.txt
Expand All @@ -180,8 +180,8 @@ jobs:
fail-fast: false
matrix:
PY_VERSION:
- 3.11.7
- 3.12.1
- 3.11.13
- 3.12.11
steps:
- uses: extractions/setup-just@v2
env:
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ RSC_API_KEYS=vetiver-testing/rsconnect_api_keys.json

dev:
docker compose up -d
# Docker compose needs a little time to start up
sleep 4
sleep 30
docker compose exec -T rsconnect bash < vetiver-testing/setup-rsconnect/add-users.sh
python vetiver-testing/setup-rsconnect/dump_api_keys.py $(RSC_API_KEYS)

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.2'

services:

rsconnect:
Expand Down
4 changes: 2 additions & 2 deletions integration-testing/docker/rstudio-connect-cli.gcfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ NoWarning = true

[Python]
Enabled = true
Executable = /opt/python/3.12.1/bin/python
Executable = /opt/python/3.11.7/bin/python
Executable = /opt/python/3.12.11/bin/python
Executable = /opt/python/3.11.13/bin/python

[Quarto]
Enabled = true
Expand Down
4 changes: 2 additions & 2 deletions integration-testing/docker/rstudio-connect.gcfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ NoWarning = true

[Python]
Enabled = true
Executable = /opt/python/3.11.7/bin/python
Executable = /opt/python/3.12.1/bin/python
Executable = /opt/python/3.11.13/bin/python
Executable = /opt/python/3.12.11/bin/python

[Quarto]
Enabled = true
Expand Down
4 changes: 2 additions & 2 deletions vetiver-testing/setup-rsconnect/rstudio-connect.gcfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ DefaultUserRole = publisher

[Python]
Enabled = true
Executable = /opt/python/3.12.4/bin/python
Executable = /opt/python/3.11.9/bin/python
Executable = /opt/python/3.12.11/bin/python
Executable = /opt/python/3.11.13/bin/python

[RPackageRepository "CRAN"]
URL = https://p3m.dev/cran/latest
Expand Down
Loading