Commit ead3e60 1 parent 5177b06 commit ead3e60 Copy full SHA for ead3e60
File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 27
27
python-version : ${{ matrix.python-version }}
28
28
miniforge-version : " latest"
29
29
use-mamba : true
30
+ mamba-version : " 2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
30
31
- run : conda --version
31
32
- run : python -V
32
33
- name : Install development version of NCAS-CMS/Pyfive:wacasoft
Original file line number Diff line number Diff line change 32
32
python-version : ${{ matrix.python-version }}
33
33
miniforge-version : " latest"
34
34
use-mamba : true
35
+ mamba-version : " 2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
35
36
- run : conda --version
36
37
- run : python -V
37
38
- name : Install development version of NCAS-CMS/Pyfive:wacasoft
64
65
python-version : ${{ matrix.python-version }}
65
66
miniforge-version : " latest"
66
67
use-mamba : true
68
+ mamba-version : " 2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
67
69
- run : conda --version
68
70
- run : python -V
69
71
- name : Install development version of NCAS-CMS/Pyfive:wacasoft
Original file line number Diff line number Diff line change 7
7
branches :
8
8
- main # keep this at all times
9
9
# - pyfive # reinstate
10
- - new_api_pyfive
10
+ - tlc1
11
11
pull_request :
12
12
schedule :
13
13
- cron : ' 0 0 * * *' # nightly
34
34
python-version : ${{ matrix.python-version }}
35
35
miniforge-version : " latest"
36
36
use-mamba : true
37
+ mamba-version : " 2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
37
38
- name : Get conda and Python versions
38
39
run : |
39
40
conda --version
57
58
python-version : ${{ matrix.python-version }}
58
59
miniforge-version : " latest"
59
60
use-mamba : true
61
+ mamba-version : " 2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
60
62
- name : Install development version of NCAS-CMS/Pyfive:wacasoft
61
63
run : |
62
64
cd ..
You can’t perform that action at this time.
0 commit comments