Skip to content

Commit e496ba7

Browse files
committed
Use mamba to install dependencies in ci
1 parent c90b6c0 commit e496ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/environment/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ runs:
4040
- name: Install base Conda environment
4141
uses: conda-incubator/setup-miniconda@v2
4242
with:
43+
mamba-version: "*"
4344
environment-file: continuous-integration/environment.yaml
4445
python-version: ${{ inputs.python-version }}
4546
channels: conda-forge

0 commit comments

Comments
 (0)