Skip to content

Commit

Permalink
fix conda on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 7, 2025
1 parent 5e77c77 commit dd0b816
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,19 @@ jobs:
# conda
- if: matrix.pm == 'conda'
uses: conda-incubator/setup-miniconda@v3
with:
channels: conda-forge
activate-environment: pinocchio-minimal
- if: matrix.pm == 'conda'
run: conda install -n test -c conda-forge pinocchio
run: >
conda install
cmake
cxx-compiler
eigen
eigenpy
libboost-devel
libboost-python-devel
pinocchio
- if: matrix.pm == 'conda'
run: echo "CMAKE_PREFIX_PATH=$CONDA/envs/test" >> $GITHUB_ENV

Expand Down

0 comments on commit dd0b816

Please sign in to comment.