Skip to content

Commit

Permalink
Merge pull request #68 from robotology/traversaro-patch-1
Browse files Browse the repository at this point in the history
Drop deprecated mambaforge installer and use conda instead of mamba
  • Loading branch information
Nicogene authored Dec 6, 2024
2 parents 08513af + e2165b5 commit 6488551
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ 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
Expand All @@ -32,9 +31,9 @@ jobs:
# Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
conda config --remove channels defaults
# Compilation related dependencies
mamba install cmake compilers make ninja pkg-config
conda install cmake compilers make ninja pkg-config
# Actual dependencies
mamba install qt boost-cpp ycm-cmake-modules
conda install qt boost-cpp ycm-cmake-modules
- name: Configure [Linux&macOS]
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 6488551

Please sign in to comment.