Skip to content

Commit

Permalink
[ci] Cleaned up conda environment and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Aug 3, 2023
1 parent aa06a74 commit c0543c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash -l {0}
run: |
conda activate crocoddyl
mamba install cmake ccache llvm-openmp compilers=1.4.2 pinocchio cppadcodegen example-robot-data -c conda-forge
mamba install cmake ccache llvm-openmp compilers=1.4.2 -c conda-forge
conda list
- name: Build Crocoddyl
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/conda/conda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ dependencies:
- boost
- eigenpy
- urdfdom
- pinocchio
- cppadcodegen
- example-robot-data
- pinocchio
- ipopt
- python
- mamba

0 comments on commit c0543c8

Please sign in to comment.