@@ -53,15 +53,20 @@ jobs:
53535454 with :
5555 cache : pip
56- python-version : ' 3.11 '
56+ python-version : ' 3.12 '
5757
5858 - name : Install Poetry
5959 uses : snok/install-poetry@v1
60+ with :
61+ version : 1.8.3
62+ virtualenvs-create : true
63+ virtualenvs-in-project : false
64+ virtualenvs-path : ~/my-custom-path
65+ installer-parallel : true
6066
6167 - name : Build package
6268 run : |
6369 cicd/util/01-build-robot-lib.sh
64- cicd/util/02-install-robot-lib.sh
6570
6671 - name : Upload python package artifact
677296101
97102 with :
98103 cache : pip
99- python-version : ' 3.11 '
104+ python-version : ' 3.12 '
100105
101106 - name : Cache Chocolatey packages
102107 id : cache-choco
@@ -260,7 +265,7 @@ jobs:
260265261266 with :
262267 cache : pip
263- python-version : ' 3.11 '
268+ python-version : ' 3.12 '
264269
265270 - name : Git Ref Parse
266271 id : git_ref_parse
@@ -480,7 +485,7 @@ jobs:
480485481486 with :
482487 cache : pip
483- python-version : ' 3.11 '
488+ python-version : ' 3.12 '
484489
485490 - name : Download python package dist folder
486491@@ -686,7 +691,7 @@ jobs:
686691687692 with :
688693 cache : pip
689- python-version : ' 3.11 '
694+ python-version : ' 3.12 '
690695
691696 - name : Git Ref Parse
692697 id : git_ref_parse
@@ -1086,7 +1091,7 @@ jobs:
1086109110871092 with :
10881093 cache : pip
1089- python-version : ' 3.11 '
1094+ python-version : ' 3.12 '
10901095
10911096 - name : Git Ref Parse
10921097 id : git_ref_parse
@@ -1218,7 +1223,7 @@ jobs:
1218122312191224 with :
12201225 cache : pip
1221- python-version : ' 3.11 '
1226+ python-version : ' 3.12 '
12221227
12231228 - name : Set up Go 1.x
12241229@@ -1617,7 +1622,7 @@ jobs:
1617162216181623 with :
16191624 cache : pip
1620- python-version : ' 3.11 '
1625+ python-version : ' 3.12 '
16211626
16221627 # for some reason skipping this with env.BUILD_IMAGE_REQUIRED == 'true' breaks python cleanup where it can't find pip cache
16231628 - name : Install Python dependencies
0 commit comments