From 251fa3c248e3a02aba5a047b9c63b303d81e5158 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 24 May 2019 23:52:02 +0200 Subject: Fix Python version --- .appveyor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6c6a90bc..3f294bc8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,9 +24,7 @@ environment: - target: Python CMAKE_FLAGS: -DWITH_GUDHI_EXAMPLE=OFF -DWITH_GUDHI_TEST=OFF -DWITH_GUDHI_UTILITIES=OFF -DWITH_GUDHI_PYTHON=ON - PYTHON: "C:\\Python36" - PYTHON_VERSION: 3.6 - PYTHON_ARCH: 64 + PYTHON: "C:\Python36-x64" cache: @@ -35,12 +33,11 @@ cache: init: - echo %target% - - ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% 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% + - SET PATH=%PYTHON%;%path% - python --version - python -m pip install -U pip setuptools numpy matplotlib scipy Cython pytest sphinx sphinxcontrib-bibtex -- cgit v1.2.3