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

ci: Use the right environment file for MacOS 14

parent 20a6c061
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ jobs: ...@@ -80,7 +80,7 @@ jobs:
with: with:
activate-environment: eigenpy activate-environment: eigenpy
auto-update-conda: true 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 }} python-version: ${{ matrix.python-version }}
auto-activate-base: false auto-activate-base: false
installer-url: https://github.com/conda-forge/miniforge/releases/download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh installer-url: https://github.com/conda-forge/miniforge/releases/download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh
......
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