From b6bebef57c17daa8e66c1a287ddeb4eb112fba1e Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 27 Mar 2024 16:08:37 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57a8fdb74..92be6e653 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,9 @@ jobs: cd b cmake --build . --config ${{ matrix.build_type }} + # Skip on Apple Silicon https://github.com/robotology/robotology-superbuild/issues/1625 - name: Check python metadata of installed python packages are coherent [Conda] + if: !contains(matrix.os, ' macos-14') shell: bash -l {0} run: | source ./b/install/share/robotology-superbuild/setup.sh