Skip to content

Commit 2c650f3

Browse files
authored
MAINT: Simplify CIBUILDWHEEL command to avoid pip install error (#34)
* MAINT: Remove manual pip upgrade * FIX: Try again * FIX: Typo
1 parent a967d87 commit 2c650f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ variables:
1111
CIBW_SKIP: "cp27-* cp34-* pp27-*"
1212
CIBW_TEST_COMMAND: "python -c \"import rtmixer; print(rtmixer.__version__)\""
1313
CIBW_BUILD_VERBOSITY: "2"
14-
CIBW_BEFORE_BUILD: "pip install -U pip setuptools"
15-
CIBW_BEFORE_BUILD_LINUX: "yum install -y portaudio"
14+
CIBW_BEFORE_BUILD_LINUX: "yum install -y portaudio; pip install -U pip setuptools"
1615
jobs:
1716
- job: linux
1817
pool: {vmImage: 'Ubuntu-16.04'}

0 commit comments

Comments
 (0)