From 6c2643e2d39b8bde9043a582caba74b6595161a2 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:04:48 +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 9eab947..7da3968 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