From a21cfb0f402bca7ec45aeb52157fa677e7721574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= <moebius@cs.rwth-aachen.de> Date: Thu, 3 Dec 2020 16:02:52 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 490c161..4fffc5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build-3.7-VS2017: - git submodule sync --recursive - git submodule update --init --recursive script: - - 'set Path=%Path%;C:\Program Files\Python37;C:\Program Files\Python37\Scripts;C:\Program\ Files\CMake\bin;' + - ' &"set Path=%Path%;C:\Program Files\Python37;C:\Program Files\Python37\Scripts;C:\Program\ Files\CMake\bin;""' - 'virtualenv.exe --clear -p "C:\Program Files\Python37\python.exe" .' - call .\Scripts\activate - python setup.py bdist_wheel --dist-dir dist3 -- GitLab