Skip to content

Commit

Permalink
CI: Use mambaforge
Browse files Browse the repository at this point in the history
To avoid incompatibility between defaults channel and conda-forge channel
  • Loading branch information
traversaro authored and Nicogene committed Sep 5, 2023
1 parent 4d990c1 commit be84ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: latest
channels: conda-forge,robotology
channel-priority: true

Expand Down

0 comments on commit be84ef5

Please sign in to comment.