|
53 | 53 | - name: Prepare env |
54 | 54 | run: | |
55 | 55 | python setup.py gen_reqfile --include-extras |
| 56 | + python -m pip install wheel |
56 | 57 | python -m pip install -r requirements.txt --prefer-binary |
57 | 58 | python -m pip install -r requirements_tests.txt --prefer-binary |
58 | 59 | python -m pip install coveralls |
@@ -213,7 +214,7 @@ jobs: |
213 | 214 | key: ${{ runner.os }}-centos${{ matrix.centos }}-yum-${{ secrets.yum_cache }} |
214 | 215 |
|
215 | 216 | - name: Add Python 3 and other dependencies |
216 | | - run: yum update -y && yum install -y python3-devel gcc-c++ make |
| 217 | + run: yum update -y && yum install -y python3-devel python3-wheel gcc-c++ make |
217 | 218 |
|
218 | 219 | - name: Setup Endpoint repository (CentOS 7 only) |
219 | 220 | if: matrix.centos == 7 |
@@ -245,6 +246,7 @@ jobs: |
245 | 246 | - name: Install dependencies |
246 | 247 | run: | |
247 | 248 | python3 setup.py gen_reqfile --include-extras |
| 249 | + python3 -m pip install wheel |
248 | 250 | python3 -m pip install -r requirements.txt --prefer-binary |
249 | 251 | python3 -m pip install -r requirements_tests.txt --prefer-binary |
250 | 252 |
|
@@ -284,6 +286,7 @@ jobs: |
284 | 286 | - name: Install docs & setup requirements |
285 | 287 | run: | |
286 | 288 | python3 setup.py gen_reqfile --include-extras |
| 289 | + python3 -m pip install wheel |
287 | 290 | python3 -m pip install -r requirements.txt --prefer-binary |
288 | 291 | python3 -m pip install -r docs/requirements.txt --prefer-binary |
289 | 292 | python3 -m pip install . |
@@ -335,6 +338,7 @@ jobs: |
335 | 338 | - name: Prepare env |
336 | 339 | run: | |
337 | 340 | python setup.py gen_reqfile --include-extras |
| 341 | + python -m pip install wheel |
338 | 342 | python -m pip install -r requirements.txt --prefer-binary |
339 | 343 | python -m pip install -r requirements_tests.txt --prefer-binary |
340 | 344 |
|
|
0 commit comments