We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caf022 commit 4ddd1f1Copy full SHA for 4ddd1f1
azure-pipelines.yml
@@ -79,7 +79,7 @@ jobs:
79
cd $(checkout)
80
export CC=$(CC)
81
export CXX=$(CXX)
82
- pip install -U wheel
+ pip install "wheel==0.31.1"
83
python setup.py bdist_wheel
84
displayName: 'Build universal wheel'
85
condition: eq(variables['set_variables.universal'], 'True')
0 commit comments