From 10ed98c435b1821c3ef80d1990c8f13e26f507d3 Mon Sep 17 00:00:00 2001 From: Marco Randazzo Date: Fri, 1 Dec 2023 12:15:43 +0100 Subject: [PATCH] added opencv dependency --- .github/workflows/conda-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conda-ci.yml b/.github/workflows/conda-ci.yml index 9c170b0..1d56208 100644 --- a/.github/workflows/conda-ci.yml +++ b/.github/workflows/conda-ci.yml @@ -76,10 +76,11 @@ jobs: # Compilation related dependencies mamba install cmake compilers make ninja pkg-config # Actual dependencies - mamba install -c conda-forge -c robostack-staging ycm-cmake-modules eigen ace + mamba install -c conda-forge -c robostack-staging ycm-cmake-modules eigen ace opencv - name: Download YARP/iCub-main run: | + shell: bash -l {0} cd ${GITHUB_WORKSPACE} git clone https://github.com/robotology/yarp cd ${GITHUB_WORKSPACE}