File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -198,9 +198,12 @@ jobs:
198198 parameters :
199199 r-version :
200200 type : string
201+ python-version :
202+ type : string
203+ default : " 3.9"
201204 environment :
202205 R_VERSION : << parameters.r-version >>
203- PYTHON_VERSION : " 3.9 "
206+ PYTHON_VERSION : << parameters.python-version >>
204207 steps :
205208 - checkout
206209 - docker_login
@@ -332,7 +335,14 @@ workflows:
332335 r-version : *r-versions
333336 requires :
334337 - R << matrix.r-version >>
335-
338+ - build-and-push-ir-with-libs :
339+ name : R with libs << matrix.r-version >>
340+ matrix :
341+ parameters :
342+ r-version : *python310-r-versions
343+ python-version : " 3.10"
344+ requires :
345+ - Python 3.10
336346 - build-and-push-gpu :
337347 name : Tensorflow 2.9, Cuda 12.6, Ubuntu 20.04
338348 cuda-version : " 12.6.3"
You can’t perform that action at this time.
0 commit comments