Skip to content

Commit

Permalink
use mambaforge workaround (#455)
Browse files Browse the repository at this point in the history
Changes:

* Used a workaround to fix a CI action

## Related Issue / Discussion

conda-incubator/setup-miniconda#274
  • Loading branch information
Zeitsperre authored Jan 16, 2023
2 parents e311d95 + 2280470 commit f63bc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
channel-priority: true
channels: conda-forge,defaults
environment-file: environment.yml
mamba-version: "*"
miniforge-variant: Mambaforge
python-version: ${{ matrix.python-version }}
- name: Conda and mamba versions
shell: bash -l {0}
Expand Down

0 comments on commit f63bc11

Please sign in to comment.