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 48ff9ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ jobs:
# conda
- if: matrix.pm == 'conda'
uses: conda-incubator/setup-miniconda@v3
with:
channels: conda-forge
activate-environment: test
- 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 48ff9ce

Please sign in to comment.