From 5c5d1ef10ad6a66390bd074d7c30278e0a2677f2 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 31 Aug 2020 20:44:25 +0100 Subject: [PATCH] Fix Gitlab Windows config --- examples/gitlab-minimal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gitlab-minimal.yml b/examples/gitlab-minimal.yml index f6b1f856..597c728c 100644 --- a/examples/gitlab-minimal.yml +++ b/examples/gitlab-minimal.yml @@ -24,7 +24,7 @@ windows: - windows - windows-1809 script: - - choco install python --version 3.8.5 + - choco install python --version 3.8.5 -y - export PATH="/c/Python38:/c/Python38/Scripts:$PATH" - cibuildwheel --output-dir wheelhouse artifacts: