Skip to content

Commit

Permalink
Merge pull request #4 from ami-iit/traversaro-patch-2
Browse files Browse the repository at this point in the history
Do not use mambaforge in conda-forge-ci
  • Loading branch information
traversaro authored Nov 7, 2024
2 parents 57cb7fa + 2e5eee3 commit 80f86d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v2

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

- name: Dependencies
Expand Down

0 comments on commit 80f86d7

Please sign in to comment.