From 60794fd2d8b7260d36a5dcbc70b346af9cbd3765 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20M=C3=B6bius?= <moebius@cs.rwth-aachen.de>
Date: Mon, 7 Mar 2022 11:28:56 +0100
Subject: [PATCH] Chenged creation of venv

---
 CI/build-3.9-VS2017.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CI/build-3.9-VS2017.bat b/CI/build-3.9-VS2017.bat
index 4ea5a84..8d6a830 100644
--- a/CI/build-3.9-VS2017.bat
+++ b/CI/build-3.9-VS2017.bat
@@ -1,4 +1,4 @@
 set PATH=C:\Program Files\Python39;C:\Program Files\Python39\Scripts;C:\Program Files\CMake\bin;%PATH%
-C:\Program Files\Python39\python -m venv .
+"C:\Program Files\Python39\python -m venv ."
 call .\Scripts\activate
 python setup.py bdist_wheel --dist-dir dist3
-- 
GitLab