Skip to content

Commit ead3e60

Browse files
committed
force mamba 2
1 parent 5177b06 commit ead3e60

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/run-test-push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
miniforge-version: "latest"
2929
use-mamba: true
30+
mamba-version: "2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
3031
- run: conda --version
3132
- run: python -V
3233
- name: Install development version of NCAS-CMS/Pyfive:wacasoft

.github/workflows/run-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
python-version: ${{ matrix.python-version }}
3333
miniforge-version: "latest"
3434
use-mamba: true
35+
mamba-version: "2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
3536
- run: conda --version
3637
- run: python -V
3738
- name: Install development version of NCAS-CMS/Pyfive:wacasoft
@@ -64,6 +65,7 @@ jobs:
6465
python-version: ${{ matrix.python-version }}
6566
miniforge-version: "latest"
6667
use-mamba: true
68+
mamba-version: "2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
6769
- run: conda --version
6870
- run: python -V
6971
- name: Install development version of NCAS-CMS/Pyfive:wacasoft

.github/workflows/test_s3_minio.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main # keep this at all times
99
# - pyfive # reinstate
10-
- new_api_pyfive
10+
- tlc1
1111
pull_request:
1212
schedule:
1313
- cron: '0 0 * * *' # nightly
@@ -34,6 +34,7 @@ jobs:
3434
python-version: ${{ matrix.python-version }}
3535
miniforge-version: "latest"
3636
use-mamba: true
37+
mamba-version: "2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
3738
- name: Get conda and Python versions
3839
run: |
3940
conda --version
@@ -57,6 +58,7 @@ jobs:
5758
python-version: ${{ matrix.python-version }}
5859
miniforge-version: "latest"
5960
use-mamba: true
61+
mamba-version: "2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
6062
- name: Install development version of NCAS-CMS/Pyfive:wacasoft
6163
run: |
6264
cd ..

0 commit comments

Comments
 (0)