Skip to content

Commit 06c4dd6

Browse files
authored
Use shell: bash when installing wheels in CIs
1 parent 3a3eb2c commit 06c4dd6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/tests_full.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
6363
- name: Install wheel
6464
run: pip install --find-links=${{github.workspace}} torchstain
65+
shell: bash
6566

6667
- name: Run tests
6768
run: pytest -vs tests/test_tf.py
@@ -101,6 +102,7 @@ jobs:
101102
102103
- name: Install wheel
103104
run: pip install --find-links=${{github.workspace}} torchstain
105+
shell: bash
104106

105107
- name: Run tests
106108
run: pytest -vs tests/test_torch.py

.github/workflows/tests_quick.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
5555
- name: Install wheel
5656
run: pip install --find-links=${{github.workspace}} torchstain
57+
shell: bash
5758

5859
- name: Run tests
5960
run: pytest -vs tests/test_tf.py
@@ -81,6 +82,7 @@ jobs:
8182
8283
- name: Install wheel
8384
run: pip install --find-links=${{github.workspace}} torchstain
85+
shell: bash
8486

8587
- name: Run tests
8688
run: pytest -vs tests/test_torch.py

0 commit comments

Comments
 (0)