Skip to content

Commit b64946a

Browse files
update vetiver and python (#610)
1 parent b937579 commit b64946a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- uses: actions/checkout@v4
180180
- uses: actions/setup-python@v4
181181
with:
182-
python-version: 3.10.14
182+
python-version: 3.12.4
183183
- name: Install dependencies
184184
run: |
185185
python -m pip install --upgrade pip

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Executable = /opt/python/3.11.7/bin/python
2020

2121
[Quarto]
2222
Enabled = true
23-
Executable = /opt/quarto/1.4.552/bin/quarto
23+
Executable = /opt/quarto/1.4.557/bin/quarto
2424

2525
[Authentication]
2626
BasicAuth = true

integration-testing/docker/rstudio-connect.gcfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Executable = /opt/python/3.12.1/bin/python
2020

2121
[Quarto]
2222
Enabled = true
23-
Executable = /opt/quarto/1.4.552/bin/quarto
23+
Executable = /opt/quarto/1.4.557/bin/quarto
2424

2525
[Authentication]
2626
BasicAuth = true
@@ -34,4 +34,4 @@ DefaultUserRole = "publisher"
3434
SeedUsers = true
3535

3636
[Mount]
37-
BaseDir = /connect-rsconnect-mount
37+
BaseDir = /connect-rsconnect-mount

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DefaultUserRole = publisher
1313

1414
[Python]
1515
Enabled = true
16-
Executable = /opt/python/3.10.14/bin/python
16+
Executable = /opt/python/3.12.4/bin/python
1717
Executable = /opt/python/3.11.9/bin/python
1818

1919
[RPackageRepository "CRAN"]

0 commit comments

Comments
 (0)