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 35f4212 commit 812539dCopy full SHA for 812539d
1 file changed
.github/workflows/pytest.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Install Conda environment with Micromamba
42
if: matrix.environment-type == 'conda'
43
- uses: mamba-org/setup-micromamba@v2
+ uses: mamba-org/setup-micromamba@v3
44
with:
45
environment-file: ${{ env.REQUIREMENTS }}
46
cache-downloads: false
@@ -49,6 +49,7 @@ jobs:
49
python=${{ matrix.python-version }}
50
condarc: |
51
channel-priority: flexible
52
+ micromamba-version: '2.6.0-0'
53
env:
54
# build requirement filename. First replacement is for the python
55
# version, second is to add "-min" if needed
0 commit comments