From ba4adc5711c540f5ec8de7fc863058e241ce84d2 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 28 May 2019 11:26:24 +0200 Subject: Let's try to fix batch error --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 6e999458..d664f9e5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,7 +38,7 @@ init: install: - vcpkg install tbb:x64-windows boost-disjoint-sets:x64-windows boost-serialization:x64-windows boost-date-time:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-units:x64-windows boost-thread:x64-windows boost-program-options:x64-windows eigen3:x64-windows cgal:x64-windows - if [%target%]==[Python] ( - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH% & + SET PATH="%PYTHON%;%PYTHON%\\Scripts;%PATH%" & python --version & pip version & pip install -U setuptools numpy matplotlib scipy Cython pytest ) -- cgit v1.2.3