diff --git a/.github/workflows/conda-forge-ci.yml b/.github/workflows/conda-forge-ci.yml index 0acca37019..0df0f1bf98 100644 --- a/.github/workflows/conda-forge-ci.yml +++ b/.github/workflows/conda-forge-ci.yml @@ -56,16 +56,17 @@ jobs: if: contains(matrix.os, 'windows') shell: bash -l {0} run: | - # Compilation related dependencies mamba install vs2019_win-64 - - name: Remove icub-models and pcl [Windows] + - name: Windows-workarounds [Windows] if: contains(matrix.os, 'windows') - shell: bash -l {0} + shell: cmd /C CALL {0} run: | - # Due to this https://github.com/conda-forge/icub-models-feedstock/issues/18 - # pcl is removed as a workaround for https://github.com/ami-iit/bipedal-locomotion-framework/pull/695#issuecomment-1632208836 - # pcl can be re-added once we have a ros humble build compatible with PCL 1.13.0 + :: Due to this https://github.com/conda-forge/icub-models-feedstock/issues/18 + :: pcl is removed as a workaround for https://github.com/ami-iit/bipedal-locomotion-framework/pull/695#issuecomment-1632208836 + :: pcl can be re-added once we have a ros humble build compatible with PCL 1.13.0 + :: pybind11 constrained as workaround for https://github.com/conda-forge/pybind11-feedstock/issues/95 + mamba install "pybind11<2.12.0" mamba remove icub-models pcl - name: Print used environment