From 08a55d55f1e874dfaebe512838a0ef7046078522 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Thu, 8 Aug 2019 17:15:34 +0200 Subject: try to debug windows bug --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index d02e543e..35acfda2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -56,7 +56,7 @@ build_script: - if [%target%]==[Python] ( cd src/cython & python setup.py install & - python -c "import gudhi; print('gudhi.__version__')" + python -c "import gudhi; print(gudhi.__version__)" ) else ( MSBuild GUDHIdev.sln /m /p:Configuration=Release /p:Platform=x64 & ctest -j 1 -C Release -E diff_files -- cgit v1.2.3