File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -42,28 +42,12 @@ jobs:
42
42
name : wheels
43
43
path : dist
44
44
- name : pytest
45
- if : ${{ startsWith(matrix.target, 'x86_64') }}
46
45
shell : bash
47
46
run : |
48
47
set -e
49
48
pip install pycrc32 --find-links dist --force-reinstall
50
49
pip install pytest
51
50
pytest
52
- - name : pytest
53
- if : ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
54
-
55
- with :
56
- arch : ${{ matrix.target }}
57
- distro : ubuntu22.04
58
- githubToken : ${{ github.token }}
59
- install : |
60
- apt-get update
61
- apt-get install -y --no-install-recommends python3 python3-pip
62
- pip3 install -U pip pytest
63
- run : |
64
- set -e
65
- pip3 install pycrc32 --find-links dist --force-reinstall
66
- pytest
67
51
68
52
windows :
69
53
runs-on : windows-latest
88
72
name : wheels
89
73
path : dist
90
74
- name : pytest
91
- if : ${{ !startsWith(matrix.target, 'aarch64') }}
92
75
shell : bash
93
76
run : |
94
77
set -e
@@ -118,7 +101,6 @@ jobs:
118
101
name : wheels
119
102
path : dist
120
103
- name : pytest
121
- if : ${{ !startsWith(matrix.target, 'aarch64') }}
122
104
shell : bash
123
105
run : |
124
106
set -e
You can’t perform that action at this time.
0 commit comments