Skip to content

Commit 71def21

Browse files
committed
ci: don't run tests for aarch64 (for now)
1 parent fae3021 commit 71def21

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,6 @@ jobs:
4949
pip install pyargus --find-links dist --force-reinstall
5050
pip install ./pyargus[test]
5151
cd pyargus && 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 pytest-cov hypothesis
63-
run: |
64-
set -e
65-
pip3 install ./pyargus[test]
66-
pip3 install pyargus --find-links dist --force-reinstall
67-
cd pyargus && pytest
6852
6953
windows:
7054
runs-on: windows-latest
@@ -124,7 +108,7 @@ jobs:
124108
run: |
125109
set -e
126110
pip install ./pyargus[test]
127-
pip install pyargus --find-links dist --force-reinstall
111+
# pip install pyargus --find-links dist --force-reinstall
128112
cd pyargus && pytest
129113
130114
sdist:

0 commit comments

Comments
 (0)