Skip to content

Commit

Permalink
Adding git in the conda dependencies in actions
Browse files Browse the repository at this point in the history
Attempt to fix #15
  • Loading branch information
S-Dafarra committed May 6, 2024
1 parent 5c21a0a commit 991db20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Dependencies
shell: bash -l {0}
run: |
mamba install python=${{ matrix.python }} casadi pytest liecasadi adam-robotics idyntree meshcat-python ffmpeg-python matplotlib resolve-robotics-uri-py
mamba install python=${{ matrix.python }} casadi pytest liecasadi adam-robotics idyntree meshcat-python ffmpeg-python matplotlib resolve-robotics-uri-py git
mamba list
- name: Install
Expand Down

0 comments on commit 991db20

Please sign in to comment.