Skip to content

Commit a213089

Browse files
authored
Remove unused ci settings (#1524)
1 parent 7de83a3 commit a213089

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
steps:
2121
- name: Check out code from GitHub
2222
uses: actions/checkout@v3.0.2
23-
with:
24-
fetch-depth: 0
2523
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2624
id: python
2725
uses: actions/setup-python@v3.1.2
@@ -89,8 +87,6 @@ jobs:
8987
steps:
9088
- name: Check out code from GitHub
9189
uses: actions/checkout@v3.0.2
92-
with:
93-
fetch-depth: 0
9490
- name: Set up Python ${{ matrix.python-version }}
9591
id: python
9692
uses: actions/setup-python@v3.1.2
@@ -241,8 +237,6 @@ jobs:
241237
# https://github.com/actions/virtual-environments/issues/712
242238
- name: Check out code from GitHub
243239
uses: actions/checkout@v3.0.2
244-
with:
245-
fetch-depth: 0
246240
- name: Set up Python ${{ matrix.python-version }}
247241
id: python
248242
uses: actions/setup-python@v3.1.2
@@ -288,8 +282,6 @@ jobs:
288282
steps:
289283
- name: Check out code from GitHub
290284
uses: actions/checkout@v3.0.2
291-
with:
292-
fetch-depth: 0
293285
- name: Set up Python ${{ matrix.python-version }}
294286
id: python
295287
uses: actions/setup-python@v3.1.2

0 commit comments

Comments
 (0)