From e1fe83e308711e14d2216e1eb8033d6f92ccb278 Mon Sep 17 00:00:00 2001
From: Joris Vaillant <joris.vaillant@inria.fr>
Date: Tue, 9 Apr 2024 21:30:54 +0200
Subject: [PATCH] ci: Use the right environment file for MacOS 14

---
 .github/workflows/macos-linux-conda.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml
index 0dad572b..00e34981 100644
--- a/.github/workflows/macos-linux-conda.yml
+++ b/.github/workflows/macos-linux-conda.yml
@@ -80,7 +80,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
         installer-url: https://github.com/conda-forge/miniforge/releases/download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh
-- 
GitLab