Skip to content

Commit

Permalink
Do not use mambaforge in conda-forge-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 1, 2024
1 parent 57cb7fa commit 2e5eee3
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 2e5eee3

Please sign in to comment.