From 2fbaa3628619d830224b000f1f5887c88ede1cb7 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 31 Aug 2020 21:02:19 +0100 Subject: [PATCH] Use cmd syntax to change PATH --- 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 4e788545..c5fa0adc 100644 --- a/examples/gitlab-minimal.yml +++ b/examples/gitlab-minimal.yml @@ -25,7 +25,7 @@ windows: - windows-1809 script: - choco install python --version 3.8.5 -y - - export PATH="/c/Python38:/c/Python38/Scripts:$PATH" + - set PATH=C:\Python38;C:\Python38\Scripts;%PATH% - python -m pip install cibuildwheel - cibuildwheel --output-dir wheelhouse artifacts: