diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 725b6791..e64afc60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,10 +33,8 @@ jobs: - name: Dependencies shell: bash -l {0} run: | - # Compilation related dependencies - conda install cmake compilers make ninja pkg-config - # Actual dependencies - conda install ycm-cmake-modules yarp opencv idyntree + # Install ependencies + conda install cmake compilers make ninja pkg-config ycm-cmake-modules yarp opencv idyntree - name: Configure [Linux&macOS] if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')