Skip to content

Commit a81dee2

Browse files
enable pylint on non x86 based platforms (#9)
1 parent f80a573 commit a81dee2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,12 @@ jobs:
4242
name: wheels
4343
path: dist
4444
- name: pytest
45-
if: ${{ startsWith(matrix.target, 'x86_64') }}
4645
shell: bash
4746
run: |
4847
set -e
4948
pip install pycrc32 --find-links dist --force-reinstall
5049
pip install pytest
5150
pytest
52-
- name: pytest
53-
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
54-
uses: uraimo/[email protected]
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
6751
6852
windows:
6953
runs-on: windows-latest
@@ -88,7 +72,6 @@ jobs:
8872
name: wheels
8973
path: dist
9074
- name: pytest
91-
if: ${{ !startsWith(matrix.target, 'aarch64') }}
9275
shell: bash
9376
run: |
9477
set -e
@@ -118,7 +101,6 @@ jobs:
118101
name: wheels
119102
path: dist
120103
- name: pytest
121-
if: ${{ !startsWith(matrix.target, 'aarch64') }}
122104
shell: bash
123105
run: |
124106
set -e

0 commit comments

Comments
 (0)