6262 uses : conda-incubator/setup-miniconda@v3
6363 with :
6464 environment-file : requirements/github-actions.yml
65- miniforge-variant : Mambaforge
66- use-mamba : true
65+ mamba-version : " *"
66+ channels : conda-forge,nodefaults
67+ channel-priority : true
6768
6869 - name : Install linting dependencies
6970 run : mamba env update -n test --file requirements/lint.yml
@@ -113,10 +114,6 @@ jobs:
113114 - name : Check distributions
114115 run : python scripts/distcheck.py
115116
116- - name : Rename uncached conda packages
117- shell : bash
118- run : mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache"
119-
120117 build :
121118 name : build
122119 runs-on : ${{ matrix.os }}-latest
@@ -141,8 +138,9 @@ jobs:
141138 - name : Set up Python and mamba
142139 uses : conda-incubator/setup-miniconda@v3
143140 with :
144- miniforge-variant : Mambaforge
145- use-mamba : true
141+ mamba-version : " *"
142+ channels : conda-forge,nodefaults
143+ channel-priority : true
146144
147145 - name : Install minimal build deps
148146 run : mamba install -n test -c conda-forge setuptools wheel 'jupyterlab${{ matrix.lab }}' 'nodejs${{ matrix.nodejs }}'
@@ -201,10 +199,6 @@ jobs:
201199 name : jupyterlab-lsp dist ${{ github.run_number }}
202200 path : ./dist
203201
204- - name : Rename uncached conda packages
205- shell : bash
206- run : mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache"
207-
208202 acceptance :
209203 runs-on : ${{ matrix.os }}-latest
210204 name : atest ${{ matrix.os }} py${{ matrix.python }} r${{ matrix.r }}
@@ -245,8 +239,9 @@ jobs:
245239 with :
246240 python-version : ${{ matrix.python }}
247241 environment-file : requirements/github-actions.yml
248- miniforge-variant : Mambaforge
249- use-mamba : true
242+ mamba-version : " *"
243+ channels : conda-forge,nodefaults
244+ channel-priority : true
250245
251246 - name : List all packages
252247 run : conda list
@@ -333,10 +328,6 @@ jobs:
333328 path : ./build/reports
334329 if : always()
335330
336- - name : Rename uncached conda packages
337- shell : bash
338- run : mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache"
339-
340331 smoke :
341332 name : smoke ${{ matrix.os }} py${{ matrix.python }}
342333 runs-on : ${{ matrix.os }}-latest
0 commit comments