From a80310d7a23980bd436562f4c88417fb689f379a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 3 Dec 2020 16:04:00 +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 4fffc5e..bf7596b 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