From 53867c45f517ba3d1d81526f42c8cd3c8725c5c1 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 28 May 2019 13:07:21 +0200 Subject: Let's fix pip version --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 5d8e6125..0ba6c728 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -42,7 +42,7 @@ 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 - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH% - if [%target%]==[Python] ( python --version & - pip version & + pip --version & pip install -U setuptools numpy matplotlib scipy Cython pytest ) build_script: -- cgit v1.2.3