Skip to content

Commit

Permalink
update vetiver and python (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio authored Jul 1, 2024
1 parent b937579 commit b64946a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.10.14
python-version: 3.12.4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion integration-testing/docker/rstudio-connect-cli.gcfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Executable = /opt/python/3.11.7/bin/python

[Quarto]
Enabled = true
Executable = /opt/quarto/1.4.552/bin/quarto
Executable = /opt/quarto/1.4.557/bin/quarto

[Authentication]
BasicAuth = 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 @@ -20,7 +20,7 @@ Executable = /opt/python/3.12.1/bin/python

[Quarto]
Enabled = true
Executable = /opt/quarto/1.4.552/bin/quarto
Executable = /opt/quarto/1.4.557/bin/quarto

[Authentication]
BasicAuth = true
Expand All @@ -34,4 +34,4 @@ DefaultUserRole = "publisher"
SeedUsers = true

[Mount]
BaseDir = /connect-rsconnect-mount
BaseDir = /connect-rsconnect-mount
2 changes: 1 addition & 1 deletion vetiver-testing/setup-rsconnect/rstudio-connect.gcfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DefaultUserRole = publisher

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

[RPackageRepository "CRAN"]
Expand Down

0 comments on commit b64946a

Please sign in to comment.