File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -120,13 +120,12 @@ jobs:
120120 fetch-depth : 0
121121 submodules : ' recursive'
122122 - name : Setup Conda
123- uses : conda-incubator/setup-miniconda@v2
123+ uses : conda-incubator/setup-miniconda@v3
124124 with :
125125 python-version : ${{ matrix.python }}
126126 activate-environment : build-env
127127 environment-file : .github/conda-env/build-env.yml
128128 miniforge-version : latest
129- miniforge-variant : Mambaforge
130129 channel-priority : strict
131130 auto-update-conda : false
132131 auto-activate-base : false
@@ -292,11 +291,10 @@ jobs:
292291 if : matrix.os == 'macos'
293292 run : brew install coreutils
294293 - name : Setup Conda
295- uses : conda-incubator/setup-miniconda@v2
294+ uses : conda-incubator/setup-miniconda@v3
296295 with :
297296 python-version : ${{ matrix.python }}
298297 miniforge-version : latest
299- miniforge-variant : Mambaforge
300298 activate-environment : test-env
301299 environment-file : .github/conda-env/test-env.yml
302300 channel-priority : strict
You can’t perform that action at this time.
0 commit comments