File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
- name : Check out code from GitHub
22
22
uses : actions/checkout@v3.0.2
23
- with :
24
- fetch-depth : 0
25
23
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
26
24
id : python
27
25
uses : actions/setup-python@v3.1.2
89
87
steps :
90
88
- name : Check out code from GitHub
91
89
uses : actions/checkout@v3.0.2
92
- with :
93
- fetch-depth : 0
94
90
- name : Set up Python ${{ matrix.python-version }}
95
91
id : python
96
92
uses : actions/setup-python@v3.1.2
@@ -241,8 +237,6 @@ jobs:
241
237
# https://github.com/actions/virtual-environments/issues/712
242
238
- name : Check out code from GitHub
243
239
uses : actions/checkout@v3.0.2
244
- with :
245
- fetch-depth : 0
246
240
- name : Set up Python ${{ matrix.python-version }}
247
241
id : python
248
242
uses : actions/setup-python@v3.1.2
@@ -288,8 +282,6 @@ jobs:
288
282
steps :
289
283
- name : Check out code from GitHub
290
284
uses : actions/checkout@v3.0.2
291
- with :
292
- fetch-depth : 0
293
285
- name : Set up Python ${{ matrix.python-version }}
294
286
id : python
295
287
uses : actions/setup-python@v3.1.2
You can’t perform that action at this time.
0 commit comments