File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,12 @@ jobs:
1313 uses : actions/checkout@v3
1414
1515 - name : Setup Conda
16- uses : conda-incubator/setup-miniconda@v2
16+ uses : conda-incubator/setup-miniconda@v3
1717 with :
1818 python-version : 3.12
1919 activate-environment : doctest-env
2020 environment-file : .github/conda-env/doctest-env.yml
2121 miniforge-version : latest
22- miniforge-variant : Mambaforge
2322 channels : conda-forge
2423 channel-priority : strict
2524 auto-update-conda : false
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
Original file line number Diff line number Diff line change @@ -32,13 +32,12 @@ jobs:
3232 - uses : actions/checkout@v3
3333
3434 - name : Setup Conda
35- uses : conda-incubator/setup-miniconda@v2
35+ uses : conda-incubator/setup-miniconda@v3
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 activate-environment : test-env
3939 environment-file : .github/conda-env/test-env.yml
4040 miniforge-version : latest
41- miniforge-variant : Mambaforge
4241 channels : conda-forge
4342 channel-priority : strict
4443 auto-update-conda : false
You can’t perform that action at this time.
0 commit comments