Skip to content

Commit b0703f4

Browse files
committed
chore: Update names of all job steps
1 parent 4d6c73d commit b0703f4

2 files changed

Lines changed: 16 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/docs_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: '3.13'
3131

32-
- name: Install uv and set the python version
32+
- name: Install uv
3333
uses: astral-sh/setup-uv@v7
3434
with:
3535
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)