There was an error while loading. Please reload this page.
2 parents 01e0fc9 + bcb8d5f commit 165e1dfCopy full SHA for 165e1df
1 file changed
.github/workflows/conda.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Checkout
79
uses: actions/checkout@v6
80
81
- - uses: mamba-org/setup-micromamba@v2
+ - uses: mamba-org/setup-micromamba@v3
82
with:
83
micromamba-version: '2.3.2-0'
84
environment-file: conda/dev-environment-unix.yml
@@ -89,7 +89,7 @@ jobs:
89
post-cleanup: 'all'
90
if: ${{ runner.os != 'Windows' }}
91
92
93
94
95
environment-file: conda/dev-environment-win.yml
0 commit comments