Skip to content

Commit 8d17f56

Browse files
committed
Remove CI checkout steps where not-required
1 parent c78af93 commit 8d17f56

File tree

4 files changed

+0
-15
lines changed

4 files changed

+0
-15
lines changed

.github/workflows/basemap-data-hires.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ jobs:
8989
container: "pylegacy/python:${{ matrix.python-version }}-debian-5"
9090
environment: PyPI
9191
steps:
92-
-
93-
name: Checkout
94-
uses: actions/checkout@v1
9592
-
9693
name: Download build artifacts
9794
uses: actions/download-artifact@v1

.github/workflows/basemap-data.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ jobs:
8989
container: "pylegacy/python:${{ matrix.python-version }}-debian-5"
9090
environment: PyPI
9191
steps:
92-
-
93-
name: Checkout
94-
uses: actions/checkout@v1
9592
-
9693
name: Download build artifacts
9794
uses: actions/download-artifact@v1

.github/workflows/basemap-for-manylinux.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ jobs:
155155
runs-on: ubuntu-latest
156156
container: "pylegacy/${{ matrix.arch }}-python:3.6-debian-5"
157157
steps:
158-
-
159-
name: Checkout
160-
uses: actions/checkout@v1
161158
-
162159
name: Download GEOS artifacts
163160
uses: actions/download-artifact@v1
@@ -285,9 +282,6 @@ jobs:
285282
container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-5"
286283
environment: PyPI
287284
steps:
288-
-
289-
name: Checkout
290-
uses: actions/checkout@v1
291285
-
292286
name: Download build artifacts
293287
uses: actions/download-artifact@v1

.github/workflows/basemap-for-windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@ jobs:
225225
runs-on: windows-latest
226226
environment: PyPI
227227
steps:
228-
-
229-
name: Checkout
230-
uses: actions/checkout@v1
231228
-
232229
name: Set Python
233230
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)