diff --git a/examples/circleci-minimal.yml b/examples/circleci-minimal.yml index a7e71c5a..f39a4d29 100644 --- a/examples/circleci-minimal.yml +++ b/examples/circleci-minimal.yml @@ -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/