Skip to content

Commit b5556d7

Browse files
committed
fix conda on windows
1 parent 5e77c77 commit b5556d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- if: matrix.pm == 'conda'
6666
uses: conda-incubator/setup-miniconda@v3
6767
- if: matrix.pm == 'conda'
68-
run: conda install -n test -c conda-forge pinocchio
68+
run: conda install -n test -c conda-forge cmake cxx-compiler eigen eigenpy libboost-devel libboost-python-devel pinocchio
6969
- if: matrix.pm == 'conda'
7070
run: echo "CMAKE_PREFIX_PATH=$CONDA/envs/test" >> $GITHUB_ENV
7171

0 commit comments

Comments
 (0)