File tree Expand file tree Collapse file tree 3 files changed +0
-63
lines changed Expand file tree Collapse file tree 3 files changed +0
-63
lines changed Original file line number Diff line number Diff line change 23
23
-
24
24
name : Checkout
25
25
uses : actions/checkout@v1
26
- -
27
- name : Print environment
28
- run : |
29
- set -e
30
- . /etc/profile
31
- python -V
32
26
-
33
27
name : Build wheel
34
28
run : |
73
67
with :
74
68
name : artifacts-build
75
69
path : ${{ env.PKGDIR }}/dist
76
- -
77
- name : Print environment
78
- run : |
79
- set -e
80
- . /etc/profile
81
- python -V
82
70
-
83
71
name : Install package
84
72
run : |
@@ -115,12 +103,6 @@ jobs:
115
103
with :
116
104
name : artifacts-build
117
105
path : ${{ env.PKGDIR }}/dist
118
- -
119
- name : Print environment
120
- run : |
121
- set -e
122
- . /etc/profile
123
- python -V
124
106
-
125
107
name : Install requirements
126
108
run : |
Original file line number Diff line number Diff line change 23
23
-
24
24
name : Checkout
25
25
uses : actions/checkout@v1
26
- -
27
- name : Print environment
28
- run : |
29
- set -e
30
- . /etc/profile
31
- python -V
32
26
-
33
27
name : Build wheel
34
28
run : |
73
67
with :
74
68
name : artifacts-build
75
69
path : ${{ env.PKGDIR }}/dist
76
- -
77
- name : Print environment
78
- run : |
79
- set -e
80
- . /etc/profile
81
- python -V
82
70
-
83
71
name : Install package
84
72
run : |
@@ -115,12 +103,6 @@ jobs:
115
103
with :
116
104
name : artifacts-build
117
105
path : ${{ env.PKGDIR }}/dist
118
- -
119
- name : Print environment
120
- run : |
121
- set -e
122
- . /etc/profile
123
- python -V
124
106
-
125
107
name : Install requirements
126
108
run : |
Original file line number Diff line number Diff line change @@ -42,16 +42,13 @@ jobs:
42
42
wget https://github.com/Kitware/CMake/releases/download/v${pkgvers}/${pkgfile} -P /tmp
43
43
tar -xf /tmp/${pkgfile} --strip-components=1 -C /usr
44
44
rm -rf /tmp/${pkgfile}
45
- cmake --version
46
45
-
47
46
name : Install GCC toolchain
48
47
run : |
49
48
set -e
50
49
. /etc/profile
51
50
apt-get update
52
51
apt-get install -y gcc g++ make
53
- gcc --version
54
- g++ --version
55
52
-
56
53
name : Build GEOS from source
57
54
run : |
@@ -106,14 +103,6 @@ jobs:
106
103
. /etc/profile
107
104
apt-get update
108
105
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
117
106
-
118
107
name : Generate NumPy headers
119
108
run : |
@@ -196,17 +185,13 @@ jobs:
196
185
. /etc/profile
197
186
apt-get update
198
187
apt-get install -y gcc g++ make
199
- gcc --version
200
- g++ --version
201
188
-
202
189
name : Install unzip
203
190
run : |
204
191
set -e
205
192
. /etc/profile
206
193
apt-get update
207
194
apt-get install -y unzip
208
- gcc --version
209
- g++ --version
210
195
-
211
196
name : Install patchelf from source
212
197
run : |
@@ -226,12 +211,6 @@ jobs:
226
211
make install
227
212
cd ..
228
213
rm -rf ${pkgcode}
229
- -
230
- name : Print environment
231
- run : |
232
- set -e
233
- . /etc/profile
234
- python -V
235
214
-
236
215
name : Install auditwheel
237
216
run : |
@@ -286,12 +265,6 @@ jobs:
286
265
with :
287
266
name : artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
288
267
path : ${{ env.PKGDIR }}/dist
289
- -
290
- name : Print environment
291
- run : |
292
- set -e
293
- . /etc/profile
294
- python -V
295
268
-
296
269
name : Install requirements
297
270
run : |
You can’t perform that action at this time.
0 commit comments