File tree Expand file tree Collapse file tree 6 files changed +10
-13
lines changed
integration-testing/docker
vetiver-testing/setup-rsconnect Expand file tree Collapse file tree 6 files changed +10
-13
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -157,8 +157,7 @@ RSC_API_KEYS=vetiver-testing/rsconnect_api_keys.json
157157
158158dev :
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
Original file line number Diff line number Diff line change 1- version : ' 3.2'
2-
31services :
42
53 rsconnect :
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ NoWarning = true
1515
1616[Python]
1717Enabled = 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]
2222Enabled = true
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ NoWarning = true
1515
1616[Python]
1717Enabled = 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]
2222Enabled = true
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ DefaultUserRole = publisher
1313
1414[Python]
1515Enabled = 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"]
2020URL = https://p3m.dev/cran/latest
You can’t perform that action at this time.
0 commit comments