Skip to content

Commit e8ebc48

Browse files
authored
Fix
1 parent 4982c85 commit e8ebc48

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,7 @@ jobs:
131131
with:
132132
fetch-depth: 0
133133

134-
- name: Set up Python Unix Systems
135-
uses: actions/setup-python@v5
136-
with:
137-
python-version: '3.10'
138-
139-
- name: Set up Python Unix Systems
134+
- name: Set up Python
140135
uses: actions/setup-python@v5
141136
with:
142137
python-version: '3.10'
@@ -609,7 +604,7 @@ jobs:
609604
with:
610605
fetch-depth: 0
611606

612-
- name: Set up Python Unix Systems
607+
- name: Set up Python
613608
uses: actions/setup-python@v5
614609
with:
615610
python-version: '3.10'
@@ -1159,7 +1154,7 @@ jobs:
11591154
with:
11601155
fetch-depth: 0
11611156

1162-
- name: Set up Python Unix Systems
1157+
- name: Set up Python
11631158
uses: actions/setup-python@v5
11641159
with:
11651160
python-version: '3.10'

0 commit comments

Comments
 (0)