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 031e67f + ea29085 commit b2aa6dc
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 b2aa6dc

Please sign in to comment.