Skip to content

Commit 5d50599

Browse files
committed
CI: Remove unnecessary verbosity from GitHub actions
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 85a28b7 commit 5d50599

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Checkout source code
1414
uses: actions/checkout@v3
15-
- name: Set up Python 3.10
15+
- name: Set up Python
1616
uses: actions/setup-python@v4
1717
with:
1818
python-version: '3.10'
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v3
4747
with:
4848
fetch-depth: 0
49-
- name: Set up Python 3.10
49+
- name: Set up Python
5050
uses: actions/setup-python@v4
5151
with:
5252
python-version: '3.10'
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v3
7171
with:
7272
fetch-depth: 0
73-
- name: Set up Python 3.10
73+
- name: Set up Python
7474
uses: actions/setup-python@v4
7575
with:
7676
python-version: '3.10'

0 commit comments

Comments
 (0)