File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,14 @@ jobs:
3434 - name : Set up conda
3535 uses : conda-incubator/setup-miniconda@v3
3636 with :
37+ python-version : 3.12
3738 miniforge-version : latest
39+ channels : conda-forge,defaults
3840 activate-environment : saltproc-env
39- use- mamba: true
41+ mamba-version : " * "
4042 use-only-tar-bz2 : true
4143 - run : |
42- conda config --env --set pip_interop_enabled True
44+ mamba config --env --set pip_interop_enabled True
4345
4446# check for existing cache
4547 - name : Set cache date
@@ -82,12 +84,14 @@ jobs:
8284 - name : Set up conda
8385 uses : conda-incubator/setup-miniconda@v3
8486 with :
85- miniforge -version : latest
87+ python -version : 3.12
8688 activate-environment : saltproc-doc-env
87- use-mamba : true
89+ miniforge-version : latest
90+ channels : conda-forge,defaults
91+ mamba-version : " *"
8892 use-only-tar-bz2 : true
8993 - run : |
90- conda config --env --set pip_interop_enabled True
94+ mamba config --env --set pip_interop_enabled True
9195
9296# check for existing cache
9397 - name : Set cache date
Original file line number Diff line number Diff line change @@ -39,13 +39,14 @@ jobs:
3939 - name : Set up conda
4040 uses : conda-incubator/setup-miniconda@v3
4141 with :
42+ python-version : 3.12
4243 miniforge-version : latest
43- channels : conda-forge
44+ channels : conda-forge,defaults
4445 activate-environment : saltproc-env
45- use- mamba: true
46+ mamba-version : " * "
4647 use-only-tar-bz2 : true
4748 - run : |
48- conda config --env --set pip_interop_enabled True
49+ mamba config --env --set pip_interop_enabled True
4950
5051# check for existing cache
5152 - name : Set cache date
You can’t perform that action at this time.
0 commit comments