File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,11 @@ jobs:
3434 miniforge-version : latest
3535 channels : conda-forge,robostack-jazzy
3636 channel-priority : true
37+ conda-remove-defaults : true
3738
3839 - name : Dependencies
3940 shell : bash -l {0}
4041 run : |
41- # Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
42- conda config --remove channels defaults
4342 # Dependencies
4443 conda install cmake compilers make ninja pkg-config \
4544 "idyntree>=12.2.1" "yarp>=3.5.0" libmatio libmatio-cpp librobometry \
@@ -126,7 +125,8 @@ jobs:
126125 shell : cmd /C call {0}
127126 run : |
128127 cd build
129- ctest --output-on-failure -C ${{ matrix.build_type }}
128+ :: Python as a workaround for https://github.com/ami-iit/bipedal-locomotion-framework/issues/992
129+ ctest --output-on-failure -C ${{ matrix.build_type }} -E "Python"
130130
131131 - name : Install and test installed package [Windows]
132132 if : contains(matrix.os, 'windows')
Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ jobs:
1111 steps :
1212 - uses : actions/checkout@v4
1313
14- - uses : conda-incubator/setup-miniconda@v2
14+ - uses : conda-incubator/setup-miniconda@v3
1515 with :
1616 miniforge-variant : Miniforge3
1717 miniforge-version : latest
1818 channels : conda-forge
1919 channel-priority : true
20+ conda-remove-defaults : true
2021
2122 - name : Dependencies [apt]
2223 shell : bash -l {0}
2930 - name : Dependencies
3031 shell : bash -l {0}
3132 run : |
32- # Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
33- conda config --remove channels defaults
34-
3533 # Dependencies
3634 conda install doxygen=1.9.1 toml pygments docutils jinja2
3735
You can’t perform that action at this time.
0 commit comments