Skip to content

Commit

Permalink
FIX: Sub
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 21, 2024
1 parent 291ce3e commit 91793a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
CIBW_BUILDING: "true"
CIBW_ARCHS: "native" # simplest for now
CIBW_SKIP: "cp36-* cp37-* pp*"
CIBW_BEFORE_ALL_LINUX: "yum install -y portaudio"
CIBW_BEFORE_ALL_MACOS: "brew install portaudio"
CIBW_TEST_COMMAND: "python -c \"import rtmixer; print(rtmixer.__version__)\""
CIBW_BUILD_VERBOSITY: "3"
CIBW_BEFORE_TEST_LINUX: "yum install -y portaudio"
Expand Down

0 comments on commit 91793a0

Please sign in to comment.