From 84446ed1a9576d1d75ef4fb372c1b9d6194599ea Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 31 Aug 2020 18:52:20 +0100 Subject: [PATCH] Attempt a fix for the CircleCI minimal example --- examples/circleci-minimal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/