We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90b6c0 commit e496ba7Copy full SHA for e496ba7
.github/actions/environment/action.yaml
@@ -40,6 +40,7 @@ runs:
40
- name: Install base Conda environment
41
uses: conda-incubator/setup-miniconda@v2
42
with:
43
+ mamba-version: "*"
44
environment-file: continuous-integration/environment.yaml
45
python-version: ${{ inputs.python-version }}
46
channels: conda-forge
0 commit comments