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: - run:
name: Build the Linux wheels. name: Build the Linux wheels.
command: | command: |
pip install --user cibuildwheel pip install --user cibuildwheel==0.12.0
cibuildwheel --output-dir wheelhouse cibuildwheel --output-dir wheelhouse
- store_artifacts: - store_artifacts:
path: wheelhouse/ path: wheelhouse/
@@ -104,7 +104,7 @@ jobs:
- run: - run:
name: Build the OS X wheels. name: Build the OS X wheels.
command: | command: |
pip install --user cibuildwheel pip install --user cibuildwheel==0.12.0
cibuildwheel --output-dir wheelhouse cibuildwheel --output-dir wheelhouse
- store_artifacts: - store_artifacts:
path: wheelhouse/ path: wheelhouse/