@@ -82,14 +82,15 @@ jobs:
8282 sudo apt-get update
8383 sudo apt-get install --yes --no-install-recommends postgresql
8484
85- - uses : actions/checkout@v6
85+ - name : Checkout
86+ uses : actions/checkout@v6
8687
8788 - name : Set up Python ${{ matrix.python-version }}
8889 uses : actions/setup-python@v6
8990 with :
9091 python-version : ${{ matrix.python-version }}
9192
92- - name : Install uv and set the python version
93+ - name : Install uv
9394 uses : astral-sh/setup-uv@v7
9495 with :
9596 python-version : ${{ matrix.python-version }}
@@ -148,12 +149,15 @@ jobs:
148149 api.github.com:443
149150 pypi.org:443
150151
151- - uses : actions/checkout@v6
152- - uses : actions/setup-python@v7
152+ - name : Checkout
153+ uses : actions/checkout@v6
154+
155+ - name : Set up Python '3.13'
156+ uses : actions/setup-python@v7
153157 with :
154158 python-version : ' 3.13'
155159
156- - name : Install uv and set the python version
160+ - name : Install uv
157161 uses : astral-sh/setup-uv@v7
158162 with :
159163 python-version : ${{ matrix.python-version }}
@@ -215,12 +219,15 @@ jobs:
215219 api.github.com:443
216220 pypi.org:443
217221
218- - uses : actions/checkout@v6
219- - uses : actions/setup-python@v6
222+ - name : Checkout
223+ uses : actions/checkout@v6
224+
225+ - name : Set up Python '3.13'
226+ uses : actions/setup-python@v6
220227 with :
221228 python-version : ' 3.13'
222229
223- - name : Install uv and set the python version
230+ - name : Install uv
224231 uses : astral-sh/setup-uv@v7
225232 with :
226233 python-version : 3.13
0 commit comments