Skip to content

Commit 4ddd1f1

Browse files
committed
Try to pin wheel? Unsure what the problem is
1 parent 8caf022 commit 4ddd1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
cd $(checkout)
8080
export CC=$(CC)
8181
export CXX=$(CXX)
82-
pip install -U wheel
82+
pip install "wheel==0.31.1"
8383
python setup.py bdist_wheel
8484
displayName: 'Build universal wheel'
8585
condition: eq(variables['set_variables.universal'], 'True')

0 commit comments

Comments
 (0)