Skip to content

Commit

Permalink
Merge pull request #5 from ami-iit/traversaro-patch-3
Browse files Browse the repository at this point in the history
Use conda instead of mamba in CI
  • Loading branch information
traversaro authored Dec 1, 2024
2 parents 80f86d7 + 09ae63e commit 76e844c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ jobs:

- uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
miniforge-version: latest
channels: conda-forge,defaults
channel-priority: true

- name: Dependencies
shell: bash -l {0}
run: |
mamba install cmake compilers make ninja pkg-config ycm-cmake-modules
conda install cmake compilers make ninja pkg-config ycm-cmake-modules
- name: Additional Dependencies [Windows]
if: contains(matrix.os, 'windows')
shell: bash -l {0}
run: |
mamba install vs2019_win-64
conda install vs2019_win-64
- name: Configure&Build&Test&Install [Linux&macOS]
Expand Down

0 comments on commit 76e844c

Please sign in to comment.