Skip to content

Commit

Permalink
Updated dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Oct 18, 2023
1 parent 9bdb1db commit 6dcf014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Dependencies
shell: bash -l {0}
run: |
mamba install python=${{ matrix.python }} casadi pytest liecasadi adam-robotics idyntree
mamba install python=${{ matrix.python }} casadi pytest liecasadi adam-robotics idyntree meshcat-python ffmpeg-python
mamba install mamba install metis=5.1.0 # Reminder for https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/4857#issuecomment-1699470569
mamba list
- name: Install
Expand Down

0 comments on commit 6dcf014

Please sign in to comment.