Skip to content

Commit 2af0a28

Browse files
committed
CI: only pytest standard linux platforms
1 parent a74607c commit 2af0a28

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,14 @@ jobs:
4242
name: wheels
4343
path: dist
4444
- name: pytest
45-
if: ${{ startsWith(matrix.target, 'x86_64') }}
45+
if: ${{ startsWith(matrix.target, 'x86') || matrix.target == 'aarch64' }}
4646
shell: bash
4747
run: |
4848
set -e
4949
ls dist/*
5050
pip install cotengrust --find-links dist --force-reinstall
5151
pip install pytest numpy cotengra
5252
pytest --verbose
53-
- name: pytest
54-
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
55-
uses: uraimo/[email protected]
56-
with:
57-
arch: ${{ matrix.target }}
58-
distro: ubuntu22.04
59-
githubToken: ${{ github.token }}
60-
install: |
61-
apt-get update
62-
apt-get install -y --no-install-recommends python3 python3-pip
63-
pip3 install -U pip pytest numpy cotengra
64-
run: |
65-
set -e
66-
pip3 install cotengrust --find-links dist --force-reinstall
67-
pytest --verbose
6853
6954
windows:
7055
runs-on: windows-latest

0 commit comments

Comments
 (0)