Docs samples should pin versions

This commit is contained in:
Joe Rickerby
2019-10-06 23:05:55 +01:00
parent 05385b1cb0
commit 1741d7ce1f
+2 -2
View File
@@ -90,7 +90,7 @@ jobs:
- run:
name: Build the Linux wheels.
command: |
pip install --user cibuildwheel
pip install --user cibuildwheel==0.12.0
cibuildwheel --output-dir wheelhouse
- store_artifacts:
path: wheelhouse/
@@ -104,7 +104,7 @@ jobs:
- run:
name: Build the OS X wheels.
command: |
pip install --user cibuildwheel
pip install --user cibuildwheel==0.12.0
cibuildwheel --output-dir wheelhouse
- store_artifacts:
path: wheelhouse/