Skip to content

Commit

Permalink
fix: run tests for alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jan 23, 2025
1 parent 22417b8 commit 42e1f52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,12 @@ jobs:
# I think musl always uses apk, but keep all options available.
CIBW_BEFORE_ALL: yum install -y bzip2-devel || apt-get install libbz2-dev || apk add --upgrade bzip2-dev

- uses: jirutka/setup-alpine@v1
with:
packages: "bzip2-dev python3=~${{ env.PYVER }} py3-pip py3-numpy"

- name: test wheel for python ${{ env.PYVER }}
shell: alpine.sh {0}
run: |
pystr='${{ env.PYVER }}'
pystr=${pystr//./}
Expand Down

0 comments on commit 42e1f52

Please sign in to comment.