Skip to content

Commit

Permalink
Merge pull request #50 from robotology/traversaro-patch-3
Browse files Browse the repository at this point in the history
Drop deprecated mambaforge installer and use conda instead of mamba
  • Loading branch information
traversaro authored Dec 6, 2024
2 parents 64de769 + ca06022 commit 0255916
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest

- name: Dependencies
shell: bash -l {0}
run: |
# Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
conda config --remove channels defaults
mamba install cmake compilers make ninja pkg-config yarp librealsense
conda install cmake compilers make ninja pkg-config yarp librealsense
- name: Configure [Linux&macOS]
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 0255916

Please sign in to comment.