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 48ff9ceCopy full SHA for 48ff9ce
1 file changed
.github/workflows/test.yml
@@ -64,8 +64,11 @@ jobs:
64
# conda
65
- if: matrix.pm == 'conda'
66
uses: conda-incubator/setup-miniconda@v3
67
+ with:
68
+ channels: conda-forge
69
+ activate-environment: test
70
- run: conda install -n test -c conda-forge pinocchio
71
+ run: conda install cmake cxx-compiler eigen eigenpy libboost-devel libboost-python-devel pinocchio
72
73
run: echo "CMAKE_PREFIX_PATH=$CONDA/envs/test" >> $GITHUB_ENV
74
0 commit comments