Skip to content
Snippets Groups Projects
Verified Commit d8deb103 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci: clean Windows conda build

parent 1bf3d0de
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ jobs:
- uses: goanpeca/setup-miniconda@v1
with:
activate-environment: eigenpy
environment-file: ci/environment.yml
environment-file: .github/workflows/conda/environment.yml
python-version: 3.7
- name: Build Eigenpy
shell: cmd /C CALL {0}
......@@ -42,8 +42,6 @@ jobs:
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
-DCMAKE_BUILD_TYPE=Release ^
-DEIGENPY_SITELIB_ROOT=%CONDA_PREFIX% ^
-DEIGEN3_FOUND=1 ^
-DEIGEN3_INCLUDE_DIRS=%CONDA_PREFIX%\Library\include\eigen3 ^
-DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe ^
..
cmake --build . --config Release --target install
......
File moved
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