We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e77c77 commit b5556d7Copy full SHA for b5556d7
1 file changed
.github/workflows/test.yml
@@ -65,7 +65,7 @@ jobs:
65
- if: matrix.pm == 'conda'
66
uses: conda-incubator/setup-miniconda@v3
67
68
- run: conda install -n test -c conda-forge pinocchio
+ run: conda install -n test -c conda-forge cmake cxx-compiler eigen eigenpy libboost-devel libboost-python-devel pinocchio
69
70
run: echo "CMAKE_PREFIX_PATH=$CONDA/envs/test" >> $GITHUB_ENV
71
0 commit comments