Skip to content

Commit a0cbc28

Browse files
authored
Merge pull request #13 from DeepLabCut/jeylau-bash-shell
Force the use of bash shell on GitHub's Windows runners
2 parents 5363c9e + a1f0c9f commit a0cbc28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424

2525
- name: Install dependencies
26+
shell: bash
2627
run: |
2728
python -m pip install --upgrade pip
2829
pip install pytest

0 commit comments

Comments
 (0)