Skip to content

Commit 812539d

Browse files
committed
ci: update micromamba setup and version
1 parent 35f4212 commit 812539d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Install Conda environment with Micromamba
4242
if: matrix.environment-type == 'conda'
43-
uses: mamba-org/setup-micromamba@v2
43+
uses: mamba-org/setup-micromamba@v3
4444
with:
4545
environment-file: ${{ env.REQUIREMENTS }}
4646
cache-downloads: false
@@ -49,6 +49,7 @@ jobs:
4949
python=${{ matrix.python-version }}
5050
condarc: |
5151
channel-priority: flexible
52+
micromamba-version: '2.6.0-0'
5253
env:
5354
# build requirement filename. First replacement is for the python
5455
# version, second is to add "-min" if needed

0 commit comments

Comments
 (0)