File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ${{ matrix.MANYLINUX.RUNNER }}
8
8
container :
9
9
image : quay.io/pypa/${{ matrix.MANYLINUX.NAME }}
10
- volumes :
11
- - /manylinux/wheelhouse:/io/wheelhouse
12
10
strategy :
13
11
matrix :
14
12
PYTHON :
31
29
steps :
32
30
- name : Checkout repository
33
31
uses : actions/checkout@v4
34
- - name : Install build dependencies (manylinux)
32
+ - name : Install build dependencies
35
33
run : |
36
34
yum install -y make unzip wget libffi libffi-devel
37
- if : startsWith(matrix.MANYLINUX.NAME, 'manylinux')
38
- - name : Install build dependencies (muslinux)
39
- run : |
40
- yum install -y make unzip wget libffi libffi-devel
41
- if : startsWith(matrix.MANYLINUX.NAME, 'muslinux')
42
35
- name : Install Python dependencies
43
36
run : |
44
37
${{ matrix.PYTHON.BINARY }}/pip install --upgrade build pip cffi pytest setuptools auditwheel
You can’t perform that action at this time.
0 commit comments