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.
2 parents 769ae52 + 935b939 commit 3687141Copy full SHA for 3687141
.github/actions/environment/action.yaml
@@ -52,9 +52,8 @@ runs:
52
hashFiles('continuous-integration/environment.yaml') }}
53
54
- name: Install base Conda environment
55
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
56
with:
57
- mamba-version: "*"
58
environment-file: continuous-integration/environment.yaml
59
python-version: ${{ inputs.python-version }}
60
channels: conda-forge
0 commit comments