Skip to content

Commit ed6a27b

Browse files
committed
Remove some info statements in workflows
1 parent 7e86429 commit ed6a27b

File tree

3 files changed

+0
-63
lines changed

3 files changed

+0
-63
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
-
2424
name: Checkout
2525
uses: actions/checkout@v1
26-
-
27-
name: Print environment
28-
run: |
29-
set -e
30-
. /etc/profile
31-
python -V
3226
-
3327
name: Build wheel
3428
run: |
@@ -73,12 +67,6 @@ jobs:
7367
with:
7468
name: artifacts-build
7569
path: ${{ env.PKGDIR }}/dist
76-
-
77-
name: Print environment
78-
run: |
79-
set -e
80-
. /etc/profile
81-
python -V
8270
-
8371
name: Install package
8472
run: |
@@ -115,12 +103,6 @@ jobs:
115103
with:
116104
name: artifacts-build
117105
path: ${{ env.PKGDIR }}/dist
118-
-
119-
name: Print environment
120-
run: |
121-
set -e
122-
. /etc/profile
123-
python -V
124106
-
125107
name: Install requirements
126108
run: |

.github/workflows/basemap-data.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
-
2424
name: Checkout
2525
uses: actions/checkout@v1
26-
-
27-
name: Print environment
28-
run: |
29-
set -e
30-
. /etc/profile
31-
python -V
3226
-
3327
name: Build wheel
3428
run: |
@@ -73,12 +67,6 @@ jobs:
7367
with:
7468
name: artifacts-build
7569
path: ${{ env.PKGDIR }}/dist
76-
-
77-
name: Print environment
78-
run: |
79-
set -e
80-
. /etc/profile
81-
python -V
8270
-
8371
name: Install package
8472
run: |
@@ -115,12 +103,6 @@ jobs:
115103
with:
116104
name: artifacts-build
117105
path: ${{ env.PKGDIR }}/dist
118-
-
119-
name: Print environment
120-
run: |
121-
set -e
122-
. /etc/profile
123-
python -V
124106
-
125107
name: Install requirements
126108
run: |

.github/workflows/basemap.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,13 @@ jobs:
4242
wget https://github.com/Kitware/CMake/releases/download/v${pkgvers}/${pkgfile} -P /tmp
4343
tar -xf /tmp/${pkgfile} --strip-components=1 -C /usr
4444
rm -rf /tmp/${pkgfile}
45-
cmake --version
4645
-
4746
name: Install GCC toolchain
4847
run: |
4948
set -e
5049
. /etc/profile
5150
apt-get update
5251
apt-get install -y gcc g++ make
53-
gcc --version
54-
g++ --version
5552
-
5653
name: Build GEOS from source
5754
run: |
@@ -106,14 +103,6 @@ jobs:
106103
. /etc/profile
107104
apt-get update
108105
apt-get install -y gcc g++ make
109-
gcc --version
110-
g++ --version
111-
-
112-
name: Print environment
113-
run: |
114-
set -e
115-
. /etc/profile
116-
python -V
117106
-
118107
name: Generate NumPy headers
119108
run: |
@@ -196,17 +185,13 @@ jobs:
196185
. /etc/profile
197186
apt-get update
198187
apt-get install -y gcc g++ make
199-
gcc --version
200-
g++ --version
201188
-
202189
name: Install unzip
203190
run: |
204191
set -e
205192
. /etc/profile
206193
apt-get update
207194
apt-get install -y unzip
208-
gcc --version
209-
g++ --version
210195
-
211196
name: Install patchelf from source
212197
run: |
@@ -226,12 +211,6 @@ jobs:
226211
make install
227212
cd ..
228213
rm -rf ${pkgcode}
229-
-
230-
name: Print environment
231-
run: |
232-
set -e
233-
. /etc/profile
234-
python -V
235214
-
236215
name: Install auditwheel
237216
run: |
@@ -286,12 +265,6 @@ jobs:
286265
with:
287266
name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
288267
path: ${{ env.PKGDIR }}/dist
289-
-
290-
name: Print environment
291-
run: |
292-
set -e
293-
. /etc/profile
294-
python -V
295268
-
296269
name: Install requirements
297270
run: |

0 commit comments

Comments
 (0)