diff --git a/.github/workflows/windows-conda.yml b/.github/workflows/windows-conda.yml index 07f82fab4c361e71aabdb0f3332aef923b2cfaf1..f7f0695c1a36f7fd3afeab25ab2d8aa7816abdaa 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