Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Mar 27, 2024
1 parent 65286df commit b6bebef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6bebef

Please sign in to comment.