@@ -32,10 +32,11 @@ jobs:
3232 uses : actions/checkout@v5
3333 with :
3434 persist-credentials : false
35- - name : Prepare python
35+ - name : Use python
3636 uses : actions/setup-python@v6
3737 with :
3838 python-version : ${DEFAULT_PYTHON}
39+ - name : Prepare python
3940 run : |
4041 pip install uv
4142 uv venv --seed venv
@@ -65,10 +66,11 @@ jobs:
6566 steps :
6667 - name : Check out committed code
6768 uses : actions/checkout@v5
68- - name : Prepare python
69+ - name : Use python
6970 uses : actions/setup-python@v6
7071 with :
7172 python-version : ${DEFAULT_PYTHON}
73+ - name : Prepare python
7274 run : |
7375 pip install uv
7476 uv venv --seed venv
@@ -93,10 +95,11 @@ jobs:
9395 steps :
9496 - name : Check out committed code
9597 uses : actions/checkout@v5
96- - name : Prepare python
98+ - name : Use python ${{matrix.python-version}}
9799 uses : actions/setup-python@v6
98100 with :
99101 python-version : ${{matrix.python-version}}
102+ - name : Prepare python
100103 run : |
101104 pip install uv
102105 uv venv --seed venv
@@ -125,6 +128,10 @@ jobs:
125128 uses : actions/checkout@v5
126129 with :
127130 persist-credentials : false
131+ - name : Use python
132+ uses : actions/setup-python@v6
133+ with :
134+ python-version : ${DEFAULT_PYTHON}
128135 - name : Prepare python
129136 run : |
130137 pip install uv
@@ -147,10 +154,11 @@ jobs:
147154 steps :
148155 - name : Check out committed code
149156 uses : actions/checkout@v5
150- - name : Prepare python
157+ - name : Use python
151158 uses : actions/setup-python@v6
152159 with :
153160 python-version : ${DEFAULT_PYTHON}
161+ - name : Prepare python
154162 run : |
155163 pip install uv
156164 uv venv --seed venv
@@ -186,10 +194,11 @@ jobs:
186194 steps :
187195 - name : Check out committed code
188196 uses : actions/checkout@v5
189- - name : Prepare python
197+ - name : Use python
190198 uses : actions/setup-python@v6
191199 with :
192200 python-version : ${DEFAULT_PYTHON}
201+ - name : Prepare python
193202 run : |
194203 pip install uv
195204 uv venv --seed venv
@@ -230,10 +239,11 @@ jobs:
230239 steps :
231240 - name : Check out committed code
232241 uses : actions/checkout@v5
233- - name : Prepare python
242+ - name : Use python
234243 uses : actions/setup-python@v6
235244 with :
236245 python-version : ${DEFAULT_PYTHON}
246+ - name : Prepare python
237247 run : |
238248 pip install uv
239249 uv venv --seed venv
0 commit comments