Skip to content

Commit a0edf46

Browse files
author
Kevin Gartland
committed
update python versions for Connect
1 parent 4e9729d commit a0edf46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.8.10/bin/python
19-
Executable = /opt/python/3.9.5/bin/python
18+
Executable = /opt/python/3.8.17/bin/python
19+
Executable = /opt/python/3.9.17/bin/python
2020

2121
[Authentication]
2222
BasicAuth = 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.8.10/bin/python
17-
Executable = /opt/python/3.9.5/bin/python
16+
Executable = /opt/python/3.8.17/bin/python
17+
Executable = /opt/python/3.9.17/bin/python
1818

1919
[RPackageRepository "CRAN"]
2020
URL = https://packagemanager.rstudio.com/cran/__linux__/bionic/latest

0 commit comments

Comments
 (0)