Skip to content

Commit f4e2383

Browse files
committed
FIX: modify ci tests to make them pass on windows
1 parent 84bf0e3 commit f4e2383

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/pyrad_tests_base.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545
repository: MeteoSwiss/pyrad-tests
4646
path: pyrad-tests
4747
- name: Setup Miniconda
48-
uses: conda-incubator/setup-miniconda@v2.0.0
48+
uses: mamba-org/setup-micromamba@v1.9.0
4949
with:
50+
micromamba-version: '2.0.0-0'
5051
auto-update-conda: true
5152
python-version: ${{ matrix.python-version }}
5253
channels: conda-forge

.github/workflows/pyrad_tests_mch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ jobs:
4343
repository: MeteoSwiss/pyrad-tests
4444
path: pyrad-tests
4545
- name: Setup Miniconda
46-
uses: conda-incubator/setup-miniconda@v2.0.0
46+
uses: mamba-org/setup-micromamba@v1.9.0
4747
with:
48+
micromamba-version: '2.0.0-0'
4849
auto-update-conda: true
4950
python-version: ${{ matrix.python-version }}
5051
channels: conda-forge

.github/workflows/pyrad_tests_mch_dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
path: pyart
4343
ref: dev
4444
- name: Setup Miniconda
45-
uses: conda-incubator/setup-miniconda@v2.0.0
45+
uses: mamba-org/setup-micromamba@v1.9.0
4646
with:
47+
micromamba-version: '2.0.0-0'
4748
auto-update-conda: true
4849
python-version: ${{ matrix.python-version }}
4950
channels: conda-forge

0 commit comments

Comments
 (0)