Skip to content

Commit 84bf0e3

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

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/pyrad_tests_base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
python-version: ${{ matrix.python-version }}
5252
channels: conda-forge
5353
channel-priority: flexible
54+
init-shell: >-
55+
bash
5456
activate-environment: test-environment
5557

5658
- name: Install dependencies

.github/workflows/pyrad_tests_base_dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
uses: conda-incubator/setup-miniconda@v2.0.0
4949
with:
5050
auto-update-conda: true
51+
init-shell: >-
52+
bash
5153
python-version: ${{ matrix.python-version }}
5254
channels: conda-forge
5355
channel-priority: flexible

.github/workflows/pyrad_tests_mch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
python-version: ${{ matrix.python-version }}
5050
channels: conda-forge
5151
channel-priority: flexible
52+
init-shell: >-
53+
bash
5254
activate-environment: test-environment
5355

5456
- name: Install dependencies

.github/workflows/pyrad_tests_mch_dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
auto-update-conda: true
4848
python-version: ${{ matrix.python-version }}
4949
channels: conda-forge
50+
init-shell: >-
51+
bash
5052
channel-priority: flexible
5153
activate-environment: test-environment
5254

0 commit comments

Comments
 (0)