Skip to content
Snippets Groups Projects
Unverified Commit ce3a5299 authored by Justin Carpentier's avatar Justin Carpentier Committed by Joris Vaillant
Browse files

ci/windows: debug

parent 91dd72f6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment