From ce3a52998e095c8305d11df6db6e26cfcfc1d074 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Sat, 24 Jun 2023 14:40:02 +0200 Subject: [PATCH] ci/windows: debug --- .github/workflows/windows-conda.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-conda.yml b/.github/workflows/windows-conda.yml index 07f82fab..f7f0695c 100644 --- a/.github/workflows/windows-conda.yml +++ b/.github/workflows/windows-conda.yml @@ -19,7 +19,7 @@ jobs: with: activate-environment: eigenpy environment-file: .github/workflows/conda/environment.yml - python-version: 3.7 + python-version: "3.10" - name: Build Eigenpy shell: cmd /C CALL {0} env: @@ -87,6 +87,8 @@ jobs: cd .. if errorlevel 1 exit 1 + + :: Uninstall cmake --build . --config Release --target uninstall if errorlevel 1 exit 1 -- GitLab