From 1741d7ce1fc11b061f7d916394e0ab0d10f037e1 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 6 Oct 2019 23:05:41 +0100 Subject: [PATCH] Docs samples should pin versions --- docs/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index 3ec28623..30efaf37 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -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/