Skip to content
Snippets Groups Projects
Unverified Commit d5b6ccf7 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

ci: Use same conda environment for Mac/Linux/Windows

parent b4e15e9e
No related branches found
No related tags found
No related merge requests found
name: eigenpy
channels:
- conda-forge
dependencies:
- eigen
- cmake
- numpy
- pkg-config
- boost
- ccache
- cxx-compiler
- ninja
- scipy
......@@ -71,7 +71,7 @@ jobs:
with:
activate-environment: eigenpy
auto-update-conda: true
environment-file: .github/workflows/conda/environment_macos_linux.yml
environment-file: .github/workflows/conda/environment_all.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
......
......@@ -53,7 +53,7 @@ jobs:
with:
activate-environment: eigenpy
auto-update-conda: true
environment-file: .github/workflows/conda/environment_windows.yml
environment-file: .github/workflows/conda/environment_all.yml
python-version: "3.10"
auto-activate-base: false
......
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