Skip to content

Commit 731a5de

Browse files
authored
update py executables (#718)
1 parent 1a1ae59 commit 731a5de

File tree

6 files changed

+10
-13
lines changed

6 files changed

+10
-13
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
python -m pip install --upgrade pip
155155
python -m pip install -r vetiver-testing/vetiver-requirements.txt
156156
python -m pip install '.[test]'
157-
- name: Run RStudio Connect
157+
- name: Run Posit Connect
158158
run: |
159159
docker compose up --build -d
160160
pip freeze > requirements.txt
@@ -180,8 +180,8 @@ jobs:
180180
fail-fast: false
181181
matrix:
182182
PY_VERSION:
183-
- 3.11.7
184-
- 3.12.1
183+
- 3.11.13
184+
- 3.12.11
185185
steps:
186186
- uses: extractions/setup-just@v2
187187
env:

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ RSC_API_KEYS=vetiver-testing/rsconnect_api_keys.json
157157

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

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.2'
2-
31
services:
42

53
rsconnect:

integration-testing/docker/rstudio-connect-cli.gcfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ NoWarning = true
1515

1616
[Python]
1717
Enabled = true
18-
Executable = /opt/python/3.12.1/bin/python
19-
Executable = /opt/python/3.11.7/bin/python
18+
Executable = /opt/python/3.12.11/bin/python
19+
Executable = /opt/python/3.11.13/bin/python
2020

2121
[Quarto]
2222
Enabled = true

integration-testing/docker/rstudio-connect.gcfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ NoWarning = true
1515

1616
[Python]
1717
Enabled = true
18-
Executable = /opt/python/3.11.7/bin/python
19-
Executable = /opt/python/3.12.1/bin/python
18+
Executable = /opt/python/3.11.13/bin/python
19+
Executable = /opt/python/3.12.11/bin/python
2020

2121
[Quarto]
2222
Enabled = true

vetiver-testing/setup-rsconnect/rstudio-connect.gcfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ DefaultUserRole = publisher
1313

1414
[Python]
1515
Enabled = true
16-
Executable = /opt/python/3.12.4/bin/python
17-
Executable = /opt/python/3.11.9/bin/python
16+
Executable = /opt/python/3.12.11/bin/python
17+
Executable = /opt/python/3.11.13/bin/python
1818

1919
[RPackageRepository "CRAN"]
2020
URL = https://p3m.dev/cran/latest

0 commit comments

Comments
 (0)