We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a967d87 commit 2c650f3Copy full SHA for 2c650f3
azure-pipelines.yml
@@ -11,8 +11,7 @@ variables:
11
CIBW_SKIP: "cp27-* cp34-* pp27-*"
12
CIBW_TEST_COMMAND: "python -c \"import rtmixer; print(rtmixer.__version__)\""
13
CIBW_BUILD_VERBOSITY: "2"
14
- CIBW_BEFORE_BUILD: "pip install -U pip setuptools"
15
- CIBW_BEFORE_BUILD_LINUX: "yum install -y portaudio"
+ CIBW_BEFORE_BUILD_LINUX: "yum install -y portaudio; pip install -U pip setuptools"
16
jobs:
17
- job: linux
18
pool: {vmImage: 'Ubuntu-16.04'}
0 commit comments