We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e290ce commit 12bb979Copy full SHA for 12bb979
.github/workflows/main.yml
@@ -179,7 +179,7 @@ jobs:
179
- uses: actions/checkout@v4
180
- uses: actions/setup-python@v4
181
with:
182
- python-version: 3.8
+ python-version: 3.10.14
183
- name: Install dependencies
184
run: |
185
python -m pip install --upgrade pip
vetiver-testing/setup-rsconnect/rstudio-connect.gcfg
@@ -13,8 +13,8 @@ DefaultUserRole = publisher
13
14
[Python]
15
Enabled = true
16
-Executable = /opt/python/3.8.17/bin/python
17
-Executable = /opt/python/3.9.17/bin/python
+Executable = /opt/python/3.10.14/bin/python
+Executable = /opt/python/3.11.9/bin/python
18
19
[RPackageRepository "CRAN"]
20
URL = https://p3m.dev/cran/latest
0 commit comments