From 4433ea4de16d24cc51e983e67d4413d5a3e1f363 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 31 Aug 2020 20:46:15 +0100 Subject: [PATCH] Add missing cibuildwheel install line --- examples/gitlab-minimal.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/gitlab-minimal.yml b/examples/gitlab-minimal.yml index 597c728c..4e788545 100644 --- a/examples/gitlab-minimal.yml +++ b/examples/gitlab-minimal.yml @@ -26,6 +26,7 @@ windows: script: - choco install python --version 3.8.5 -y - export PATH="/c/Python38:/c/Python38/Scripts:$PATH" + - python -m pip install cibuildwheel - cibuildwheel --output-dir wheelhouse artifacts: paths: