Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored May 2, 2024
1 parent 69a628d commit e5ad053
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9
- uses: uraimo/run-on-arch-action@v2.3.0
- uses: uraimo/run-on-arch-action@v2.7.2
if: matrix.target != 'ppc64'
name: Install built wheel
with:
Expand Down Expand Up @@ -130,8 +130,6 @@ jobs:
run: |
apk add py3-pip
pip3 install -U pip pytest
python3 -m venv venv
. venv/bin/activate
pip3 install uuid_utils --no-index --find-links /io/dist/ --force-reinstall
python3 -m pytest -v
- name: Upload wheels
Expand Down Expand Up @@ -160,7 +158,7 @@ jobs:
target: ${{ matrix.platform.target }}
manylinux: musllinux_1_2
args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12
- uses: uraimo/run-on-arch-action@v2.3.0
- uses: uraimo/run-on-arch-action@v2.7.2
name: Install built wheel
with:
arch: ${{ matrix.platform.arch }}
Expand Down

0 comments on commit e5ad053

Please sign in to comment.