Skip to content

Commit

Permalink
Use conda instead of mamba in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 1, 2024
1 parent 80f86d7 commit 09ae63e
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 09ae63e

Please sign in to comment.