Skip to content

Commit

Permalink
FIX: Why not
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 22, 2024
1 parent d2291a1 commit 75b1d3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
python: ["*"]
# Split aarch64 across jobs because it uses emulation (slow)
include:
- os: ubuntu-latest
arch: i686
python: "*"
- os: ubuntu-latest
arch: aarch64
python: "38"
Expand Down Expand Up @@ -57,7 +60,7 @@ jobs:
CIBW_SKIP: "*p36-* *p37-*"
CIBW_BUILD: "*p${{ matrix.python }}-*"
CIBW_TEST_COMMAND: "python -c \"import rtmixer; print(rtmixer.__version__)\""
CIBW_TEST_SKIP: "*-musllinux*" # no portaudio on musllinux
CIBW_TEST_SKIP: "*-manylinux_i686 *-musllinux*" # no portaudio
CIBW_BUILD_VERBOSITY: "3"
CIBW_BEFORE_TEST_LINUX: "yum install -y portaudio"
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 75b1d3e

Please sign in to comment.