Skip to content

Commit

Permalink
ci: don't run tests for aarch64 (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-bala committed Oct 5, 2023
1 parent fae3021 commit 71def21
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,6 @@ jobs:
pip install pyargus --find-links dist --force-reinstall
pip install ./pyargus[test]
cd pyargus && pytest
- name: pytest
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
uses: uraimo/[email protected]
with:
arch: ${{ matrix.target }}
distro: ubuntu22.04
githubToken: ${{ github.token }}
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip
pip3 install -U pip pytest pytest-cov hypothesis
run: |
set -e
pip3 install ./pyargus[test]
pip3 install pyargus --find-links dist --force-reinstall
cd pyargus && pytest
windows:
runs-on: windows-latest
Expand Down Expand Up @@ -124,7 +108,7 @@ jobs:
run: |
set -e
pip install ./pyargus[test]
pip install pyargus --find-links dist --force-reinstall
# pip install pyargus --find-links dist --force-reinstall
cd pyargus && pytest
sdist:
Expand Down

0 comments on commit 71def21

Please sign in to comment.