Skip to content

Commit

Permalink
Fix CI to use yarp 3.9 conda package until we remove ROS 1 support (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 7, 2024
1 parent 4bb4292 commit 67e9baa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
run: |
# Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
conda config --remove channels defaults
conda install -c conda-forge -c robotology cmake compilers make ninja pkg-config qt-main yarp icub-main idyntree
# We pin yarp to 3.9.* until https://github.com/robotology/idyntree-yarp-tools/issues/50 is fixed
conda install -c conda-forge -c robotology cmake compilers make ninja pkg-config qt-main yarp==3.9.* icub-main idyntree
# Additional dependencies useful only on Linux
- name: Dependencies [Conda/Linux]
Expand All @@ -41,7 +42,7 @@ jobs:
run: |
# Additional dependencies only useful on Linux
# See https://github.com/robotology/robotology-superbuild/issues/477
conda install expat-cos6-x86_64 libselinux-cos6-x86_64 libxau-cos6-x86_64 libxcb-cos6-x86_64 libxdamage-cos6-x86_64 libxext-cos6-x86_64 libxfixes-cos6-x86_64 libxxf86vm-cos6-x86_64 mesalib mesa-libgl-cos6-x86_64 mesa-libgl-devel-cos6-x86_64
conda install libgl-devel
- name: Configure [Linux&macOS]
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 67e9baa

Please sign in to comment.