Attempt a fix for the CircleCI minimal example

This commit is contained in:
Joe Rickerby
2020-08-31 18:52:20 +01:00
parent a4699f4cc8
commit 84446ed1a9
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- run:
name: Build the OS X wheels.
command: |
pip3 install --user cibuildwheel==1.5.5
pip3 install cibuildwheel==1.5.5
cibuildwheel --output-dir wheelhouse
- store_artifacts:
path: wheelhouse/