Skip to content

Commit c6c478a

Browse files
authored
Configure default shell per OS (#2182)
1 parent 261772a commit c6c478a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ jobs:
337337

338338
runs-on: ${{ matrix.os }}
339339

340+
defaults:
341+
run:
342+
shell: ${{ matrix.os == 'windows-2019' && 'cmd /C CALL {0}' || 'bash -el {0}' }}
343+
340344
continue-on-error: true
341345

342346
if: |

0 commit comments

Comments
 (0)